0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Enumerations
SshSocketHandler.cc File Reference

Definitions for SshSocketHandler. More...

#include <Common/Compat.h>
#include "SshSocketHandler.h"
#include <Common/FileUtils.h>
#include <Common/Logger.h>
#include <AsyncComm/PollEvent.h>
#include <cerrno>
#include <chrono>
#include <cstdlib>
#include <cstring>
#include <set>
#include <thread>
#include <fcntl.h>
#include <strings.h>
#include <sys/ioctl.h>
Include dependency graph for SshSocketHandler.cc:

Go to the source code of this file.

Macros

#define SSH_READ_PAGE_SIZE   8192
 
#define LOG_PREFIX   "[" << m_hostname << "] === SshSocketHandler.cc:" << __LINE__ << " === "
 

Enumerations

enum  
 

Detailed Description

Definitions for SshSocketHandler.

This file contains type definitions for SshSocketHandler, a raw socket handler for implementing an ssh protocol driver.

Definition in file SshSocketHandler.cc.

Macro Definition Documentation

#define LOG_PREFIX   "[" << m_hostname << "] === SshSocketHandler.cc:" << __LINE__ << " === "

Definition at line 52 of file SshSocketHandler.cc.

#define SSH_READ_PAGE_SIZE   8192

Definition at line 50 of file SshSocketHandler.cc.

Enumeration Type Documentation

anonymous enum

Definition at line 56 of file SshSocketHandler.cc.