s_dcc_host Struct Reference

#include <shared.h>

Collaboration diagram for s_dcc_host:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores host for DCC connection.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 106 of file shared.h.

Public Member Functions

 s_dcc_host ()

Public Attributes

int group
 "dcc_group" ID number
string host
 DCC host.


Constructor & Destructor Documentation

s_dcc_host::s_dcc_host  )  [inline]
 

Definition at line 110 of file shared.h.

References group, and host.

00111     {
00112         group=0;
00113         host="";
00114     }


Member Data Documentation

int s_dcc_host::group
 

"dcc_group" ID number

Definition at line 107 of file shared.h.

Referenced by botnet_loop(), logic_process_line(), and s_dcc_host().

string s_dcc_host::host
 

DCC host.

Definition at line 108 of file shared.h.

Referenced by botnet_loop(), logic_process_line(), and s_dcc_host().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:48 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo