Logo
~Sockets~
~Examples~
~Contact~


MinderHandler::HOSTS Struct Reference
[Distributed network framework]

Minion hosts list. More...

List of all members.


Public Member Functions

 HOSTS (ipaddr_t a, port_t p, const std::string &k, long r)

Public Attributes

ipaddr_t ip
port_t port
std::string key
long remote_host_id

Detailed Description

Minion hosts list.

Definition at line 71 of file MinderHandler.h.


Constructor & Destructor Documentation

MinderHandler::HOSTS::HOSTS ( ipaddr_t  a,
port_t  p,
const std::string &  k,
long  r 
) [inline]

Definition at line 72 of file MinderHandler.h.

00072 : ip(a),port(p),key(k),remote_host_id(r) {}


Member Data Documentation

Definition at line 73 of file MinderHandler.h.

Definition at line 74 of file MinderHandler.h.

Definition at line 75 of file MinderHandler.h.

Definition at line 76 of file MinderHandler.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4