view Paper/codes/wc/DMGImpl.h @ 17:0d703e0d9781

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 05 May 2021 15:31:39 +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;