mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-02 06:10:03 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@171 e03df62e-2008-0410-955e-edbf42e46eb7
55 lines
4.6 KiB
HTML
55 lines
4.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
<title>servers.h Source File</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.3-rc3 -->
|
|
<center>
|
|
<a class="qindex" href="main.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
|
<hr><h1>servers.h</h1><a href="servers_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*</span>
|
|
00002 <span class="comment"></span>
|
|
00003 <span class="comment"></span>
|
|
00004 <span class="comment">*/</span>
|
|
00005
|
|
00006 <span class="preprocessor">#include "inspircd_config.h"</span>
|
|
00007 <span class="preprocessor">#include "<a class="code" href="connection_8h.html">connection.h</a>"</span>
|
|
00008 <span class="preprocessor">#include <string></span>
|
|
00009 <span class="preprocessor">#include <map.h></span>
|
|
00010
|
|
00011 <span class="preprocessor">#ifndef __SERVERS_H__ </span>
|
|
00012 <span class="preprocessor"></span><span class="preprocessor">#define __SERVERS_H__ </span>
|
|
00013 <span class="preprocessor"></span>
|
|
<a name="l00014"></a><a class="code" href="servers_8h.html#a0">00014</a> <span class="preprocessor">#define LINK_ACTIVE 1</span>
|
|
<a name="l00015"></a><a class="code" href="servers_8h.html#a1">00015</a> <span class="preprocessor"></span><span class="preprocessor">#define LINK_INACTIVE 0</span>
|
|
00016 <span class="preprocessor"></span>
|
|
<a name="l00019"></a><a class="code" href="classserverrec.html">00019</a> <span class="keyword">class </span><a class="code" href="classserverrec.html">serverrec</a> : <span class="keyword">public</span> <a class="code" href="classconnection.html">connection</a>
|
|
00020 {
|
|
00021 <span class="keyword">private</span>:
|
|
00022 <span class="keyword">public</span>:
|
|
<a name="l00025"></a><a class="code" href="classserverrec.html#m0">00025</a> <span class="keywordtype">char</span> <a class="code" href="classserverrec.html#m0">name</a>[MAXBUF];
|
|
<a name="l00028"></a><a class="code" href="classserverrec.html#m1">00028</a> <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#m1">pingtime</a>;
|
|
<a name="l00031"></a><a class="code" href="classserverrec.html#m2">00031</a> <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#m2">usercount_i</a>;
|
|
<a name="l00034"></a><a class="code" href="classserverrec.html#m3">00034</a> <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#m3">usercount</a>;
|
|
<a name="l00037"></a><a class="code" href="classserverrec.html#m4">00037</a> <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#m4">opercount</a>;
|
|
<a name="l00040"></a><a class="code" href="classserverrec.html#m5">00040</a> <span class="keywordtype">int</span> <a class="code" href="classserverrec.html#m5">hops_away</a>;
|
|
<a name="l00043"></a><a class="code" href="classserverrec.html#m6">00043</a> <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#m6">version</a>;
|
|
<a name="l00046"></a><a class="code" href="classserverrec.html#m7">00046</a> <span class="keywordtype">bool</span> <a class="code" href="classserverrec.html#m7">jupiter</a>;
|
|
00047
|
|
00050 <a class="code" href="classserverrec.html#a0">serverrec</a>();
|
|
00053 <a class="code" href="classserverrec.html#a0">serverrec</a>(<span class="keywordtype">char</span>* n, <span class="keywordtype">long</span> ver, <span class="keywordtype">bool</span> jupe);
|
|
00056 <a class="code" href="classserverrec.html#a2">~serverrec</a>();
|
|
00057 };
|
|
00058
|
|
00059
|
|
00060
|
|
<a name="l00061"></a><a class="code" href="servers_8h.html#a2">00061</a> <span class="keyword">typedef</span> map<string, serverrec*> <a class="code" href="servers_8h.html#a2">server_list</a>;
|
|
00062
|
|
00063 <span class="preprocessor">#endif</span>
|
|
00064 <span class="preprocessor"></span>
|
|
</pre></div><hr><address style="align: right;"><small>Generated on Sun Mar 30 19:34:54 2003 for InspIRCd by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
|
width=110 height=53></a>1.3-rc3 </small></address>
|
|
</body>
|
|
</html>
|