view src/plautogen/interface/Meta.h @ 323:f0b337cb6024 default tip

use goto err->panic
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 08 Feb 2020 20:37:42 +0900
parents 8c7c1ea49f21
children
line wrap: on
line source

typedef struct Meta <Type, Impl> {
  enum DataType type;
  long size;
  long len;
  struct Queue* wait; // tasks waiting this dataGear;
} Meta;