DMTCP
|
#include <termios.h>
#include <signal.h>
#include <sys/ioctl.h>
#include "config.h"
#include "dmtcp.h"
#include "../jalib/jassert.h"
Go to the source code of this file.
Functions | |
void | dmtcp_Terminal_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
void dmtcp_Terminal_EventHook | ( | DmtcpEvent_t | event, |
DmtcpEventData_t * | data | ||
) |
Definition at line 24 of file terminal.cpp.