#include <sys/syscall.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include "dmtcp.h"
#include "util.h"
#include "util_ipc.h"
#include "jassert.h"
#include "jfilesystem.h"
#include "ipc.h"
#include "ssh.h"
#include "sshdrainer.h"
#include "shareddata.h"
Go to the source code of this file.
|
| void | process_fd_event (int event, int arg1, int arg2=-1) |
| |
| void | dmtcp_SSH_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
| |
| void | dmtcp_ssh_register_fds (int isSshd, int in, int out, int err, int sock, int noStrictChecking) |
| |
| int | execve (const char *filename, char *const argv[], char *const envp[]) |
| |
| int | execvp (const char *filename, char *const argv[]) |
| |
| int | execvpe (const char *filename, char *const argv[], char *const envp[]) |
| |
| void dmtcp_ssh_register_fds |
( |
int |
isSshd, |
|
|
int |
in, |
|
|
int |
out, |
|
|
int |
err, |
|
|
int |
sock, |
|
|
int |
noStrictChecking |
|
) |
| |
| int execve |
( |
const char * |
filename, |
|
|
char *const |
argv[], |
|
|
char *const |
envp[] |
|
) |
| |
| int execvp |
( |
const char * |
filename, |
|
|
char *const |
argv[] |
|
) |
| |
| int execvpe |
( |
const char * |
filename, |
|
|
char *const |
argv[], |
|
|
char *const |
envp[] |
|
) |
| |
| void process_fd_event |
( |
int |
event, |
|
|
int |
arg1, |
|
|
int |
arg2 = -1 |
|
) |
| |