#include "xdasd_parse.h"
#include <stddef.h>
Go to the source code of this file.
Typedefs | |
typedef void * | MsgCache |
Functions | |
int | xdasd_mcache_put_msg (MsgCache mc, Parsed *parsed) |
Saves an audit message to the global file-based persistent message cache. | |
Parsed * | xdasd_mcache_get_msg (MsgCache mc) |
Retrieve the next output message from the global message cache. | |
MsgCache | xdasd_mcache_create (const char *msgfdir) |
Create a new message cache object. | |
void | xdasd_mcache_destroy (MsgCache mc) |
Cleanup the message cache sub-system. |
Definition in file xdasd_mcache.h.