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