view wc_sigos/DMGImpl.h @ 5:7599728af8ba default tip

add wc
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Sat, 19 Jun 2021 07:24:43 +0900
parents
children
line wrap: on
line source

typedef struct DataGearMangerImpl <Record> ipml File {
  struct Queue<Record>* lists;
  int mode; 
  Data *fileImpl ;
  __code dmgOpen(DataGearMangerImpl* file,Key *key, __code next(Record *record,...));
  __code dmgAck(DataGearMangerImpl* file,Ack *ack, __code next(Record *record,...));
} File;