DMTCP
|
#include <unistd.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "ssh.h"
#include "util_ipc.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[], char *envp[]) |
int main | ( | int | argc, |
char * | argv[], | ||
char * | envp[] | ||
) |
Definition at line 95 of file dmtcp_sshd.cpp.