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 <sys/socket.h>
#include <linux/limits.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "ssh.h"
Go to the source code of this file.
Functions | |
void | dmtcp_get_local_ip_addr (struct in_addr *addr) __attribute((weak)) |
int | main (int argc, char *argv[], char *envp[]) |
void dmtcp_get_local_ip_addr | ( | struct in_addr * | addr) |
Definition at line 494 of file dmtcpplugin.cpp.
int main | ( | int | argc, |
char * | argv[], | ||
char * | envp[] | ||
) |
Definition at line 128 of file dmtcp_ssh.cpp.