Private data for compress. More...
#include "lib.h"
Data Fields | |
const char * | cmd_append |
append-hook command More... | |
const char * | cmd_close |
close-hook command More... | |
const char * | cmd_open |
open-hook command More... | |
long | size |
size of the compressed file More... | |
const struct MxOps * | child_ops |
callbacks of de-compressed file More... | |
bool | locked |
if realpath is locked More... | |
FILE * | fp_lock |
fp used for locking More... | |
Private data for compress.
This object gets attached to the Mailbox.
const struct MxOps* CompressInfo::child_ops |