DMTCP
|
#include <string>
#include <syslog.h>
#include "syscallwrappers.h"
#include "dmtcpalloc.h"
#include "../jalib/jassert.h"
Go to the source code of this file.
Functions | |
void | dmtcp_Syslog_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
void | openlog (const char *ident, int option, int facility) |
void | closelog (void) |
void closelog | ( | void | ) |
Definition at line 108 of file syslogwrappers.cpp.
void dmtcp_Syslog_EventHook | ( | DmtcpEvent_t | event, |
DmtcpEventData_t * | data | ||
) |
Definition at line 40 of file syslogwrappers.cpp.
void openlog | ( | const char * | ident, |
int | option, | ||
int | facility | ||
) |
Definition at line 93 of file syslogwrappers.cpp.