view src/plautogen/interface/Meta.h @ 154:343f8f3c8f18

add pipe.h
author anatofuz
date Thu, 19 Dec 2019 11:32:40 +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;