log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Members
>
menikon
>
CbC_xv6
comparison src/plautogen/interface/Meta.h @ 110:
8c7c1ea49f21
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
impl auto gen context tools
author
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date
Wed, 27 Nov 2019 21:21:42 +0900
parents
children
comparison
equal
deleted
inserted
replaced
109:4f9d95dc4efd
110:8c7c1ea49f21
1
typedef struct Meta <Type, Impl> {
2
enum DataType type;
3
long size;
4
long len;
5
struct Queue* wait; // tasks waiting this dataGear;
6
} Meta;