Private data for compress.
More...
#include "lib.h"
|
const char * | cmd_append |
| append-hook command
|
|
const char * | cmd_close |
| close-hook command
|
|
const char * | 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.
Definition at line 46 of file lib.h.
◆ cmd_append
const char* CompressInfo::cmd_append |
append-hook command
Definition at line 48 of file lib.h.
◆ cmd_close
const char* CompressInfo::cmd_close |
close-hook command
Definition at line 49 of file lib.h.
◆ cmd_open
const char* CompressInfo::cmd_open |
open-hook command
Definition at line 50 of file lib.h.
◆ size
size of the compressed file
Definition at line 51 of file lib.h.
◆ child_ops
const struct MxOps* CompressInfo::child_ops |
callbacks of de-compressed file
Definition at line 52 of file lib.h.
◆ locked
bool CompressInfo::locked |
if realpath is locked
Definition at line 53 of file lib.h.
◆ fp_lock
FILE* CompressInfo::fp_lock |
fp used for locking
Definition at line 54 of file lib.h.
The documentation for this struct was generated from the following file: