#include "channel.h"
#include "util.h"
#include "log.h"
#include "misc.h"
#include "communicate.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <iostream>
#include <errno.h>
#include <sstream>
#include "import.h"
Classes | |
class | debug_conn |
Write the length data that would be transferred to the console. More... | |
Defines | |
#define | DEBUG_ROUTINE "channel" |
#define | COMM_TIMEOUT 1800 |
#define | min(a, b) (((a)<(b))?(a):(b)) |
#define COMM_TIMEOUT 1800 |
#define DEBUG_ROUTINE "channel" |
#define min | ( | a, | |||
b | ) | (((a)<(b))?(a):(b)) |
Generated on Tue Jan 1 17:30:01 2008 for general/channel.cc File Reference by
Visit the project page on