I was looking at the source code of the berkeley lab checkpoint/restart and found this pre-process macro definition:
#define io_wrap(_op,_ctx,_file,_buf,_count) \
cr_##_op((_ctx)->req->errbuf,(_file),(_buf),(_count))
Any idea what the hell this thing means?
I found this in blcr-0.8.5/vmadump4/vmadump.h
Thank you!