#include <sys/syscall.h>
#include "ipc.h"
Go to the source code of this file.
Definition at line 8 of file ssh.h.
Definition at line 9 of file ssh.h.
Definition at line 10 of file ssh.h.
Definition at line 3 of file ssh.h.
#define SSHD_BINARY "dmtcp_sshd" |
Definition at line 12 of file ssh.h.
#define SSHD_RECEIVE_FD 100 |
Definition at line 13 of file ssh.h.
void client_loop |
( |
int |
ssh_stdin, |
|
|
int |
ssh_stdout, |
|
|
int |
ssh_stderr, |
|
|
int |
remoteSock |
|
) |
| |
void dmtcp_ssh_register_fds |
( |
int |
isSshd, |
|
|
int |
in, |
|
|
int |
out, |
|
|
int |
err, |
|
|
int |
sock, |
|
|
int |
noStrictHostKeyChecking |
|
) |
| |