|
DMTCP
|
#include <sys/ioctl.h>#include <sys/select.h>#include <sys/un.h>#include <unistd.h>#include <fcntl.h>#include <sys/file.h>#include <termios.h>#include <iostream>#include <ios>#include <fstream>#include <linux/limits.h>#include <arpa/inet.h>#include "dmtcp.h"#include "shareddata.h"#include "util.h"#include "jsocket.h"#include "jassert.h"#include "jfilesystem.h"#include "jconvert.h"#include "fileconnection.h"#include "filewrappers.h"Go to the source code of this file.
Macros | |
| #define | MAX_FILESIZE_TO_AUTOCKPT (100 * 1024 * 1024) |
| #define MAX_FILESIZE_TO_AUTOCKPT (100 * 1024 * 1024) |
Definition at line 501 of file fileconnection.cpp.
1.8.4