Cached Checkpoint global data structure. More...
#include <clCachedCkpt.h>
Public Attributes | |
| ClUint8T * | cache |
| Shared buffer. | |
| ClOsalSemIdT | cacheSem |
| Semaphore to protect Cached Checkpoint shared data. | |
| ClUint32T | cachSize |
| Shared buffer size. | |
| SaCkptCheckpointHandleT | ckptHandle |
| Checkpoint handle. | |
| SaCkptHandleT | ckptSvcHandle |
| Service handle used for checkpoint service. | |
| ClInt32T | fd |
| File descriptor that refers to an open shared memory. | |
Cached Checkpoint global data structure.