From 88dd74fc84b574f17673338c6d42123570f464da Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 23:06:51 +0000 Subject: Added docs for new smaller memory footprint classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/xline_8h-source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/module-doc/xline_8h-source.html') diff --git a/docs/module-doc/xline_8h-source.html b/docs/module-doc/xline_8h-source.html index 33ad97901..e2a4242b8 100644 --- a/docs/module-doc/xline_8h-source.html +++ b/docs/module-doc/xline_8h-source.html @@ -44,7 +44,7 @@ 00041 00044 long duration; 00045 -00048 char source[MAXBUF]; +00048 char source[256]; 00049 00052 char reason[MAXBUF]; 00053 @@ -55,32 +55,32 @@ 00062 class KLine : public XLine 00063 { 00064 public: -00068 char hostmask[MAXBUF]; +00068 char hostmask[200]; 00069 }; 00070 00073 class GLine : public XLine 00074 { 00075 public: -00079 char hostmask[MAXBUF]; +00079 char hostmask[200]; 00080 }; 00081 00082 class ELine : public XLine 00083 { 00084 public: -00088 char hostmask[MAXBUF]; +00088 char hostmask[200]; 00089 }; 00090 00093 class ZLine : public XLine 00094 { 00095 public: -00099 char ipaddr[MAXBUF]; +00099 char ipaddr[40]; 00103 bool is_global; 00104 }; 00105 00108 class QLine : public XLine 00109 { 00110 public: -00114 char nick[MAXBUF]; +00114 char nick[64]; 00118 bool is_global; 00119 }; 00120 @@ -123,7 +123,7 @@ 00157 void sync_xlines(serverrec* serv, char* tcp_host); 00158 00159 #endif -
Generated on Thu May 12 02:25:14 2005 for InspIRCd by +
Generated on Thu May 12 22:58:59 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3