s_replication Struct Reference

#include <shared.h>

Collaboration diagram for s_replication:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores replication list.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 68 of file shared.h.

Public Member Functions

 s_replication ()

Public Attributes

string partner
 Name of replication partner.
int type
 Type of replication.


Constructor & Destructor Documentation

s_replication::s_replication  )  [inline]
 

Definition at line 93 of file shared.h.

References partner, REPL_INVALID, and type.

00094     {
00095         partner="";
00096         type=REPL_INVALID;
00097     }


Member Data Documentation

string s_replication::partner
 

Name of replication partner.

Definition at line 69 of file shared.h.

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

int s_replication::type
 

Type of replication.

Definition at line 91 of file shared.h.

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


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

Hosted by SourceForge.net Logo