DMTCP
|
#include "dmtcp.h"
#include "protectedfds.h"
#include "util.h"
#include "syscallwrappers.h"
#include "../jalib/jalib.h"
Go to the source code of this file.
Macros | |
#define | INIT_JALIB_FPTR(name) jalibFuncPtrs.name = _real_ ## name; |
Functions | |
void | initializeJalib () |
#define INIT_JALIB_FPTR | ( | name) | jalibFuncPtrs.name = _real_ ## name; |
void initializeJalib | ( | ) |
Definition at line 30 of file jalibinterface.cpp.