DMTCP
|
#include "kernelbufferdrainer.h"
#include "connectionlist.h"
#include "socketwrappers.h"
#include "../jalib/jassert.h"
#include "../jalib/jbuffer.h"
#include "util.h"
Go to the source code of this file.
Macros | |
#define | SOCKET_DRAIN_MAGIC_COOKIE_STR "[dmtcp{v0<DRAIN!" |
Functions | |
void | scaleSendBuffers (int fd, double factor) |
Variables | |
const char | theMagicDrainCookie [] = SOCKET_DRAIN_MAGIC_COOKIE_STR |
#define SOCKET_DRAIN_MAGIC_COOKIE_STR "[dmtcp{v0<DRAIN!" |
Definition at line 29 of file kernelbufferdrainer.cpp.
void scaleSendBuffers | ( | int | fd, |
double | factor | ||
) |
Definition at line 35 of file kernelbufferdrainer.cpp.
const char theMagicDrainCookie[] = SOCKET_DRAIN_MAGIC_COOKIE_STR |
Definition at line 33 of file kernelbufferdrainer.cpp.