ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/ermyth/src/global.C
(Generate patch)

Comparing cvsroot/ermyth/src/global.C (file contents):
Revision 1.4 by pippijn, Tue Aug 28 17:08:12 2007 UTC vs.
Revision 1.5 by pippijn, Wed Aug 29 21:01:18 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Global objects. 5 * Global objects.
6 */ 6 */
7 7
8static char const rcsid[] = "$Id: global.C,v 1.4 2007/08/28 17:08:12 pippijn Exp $"; 8static char const rcsid[] = "$Id: global.C,v 1.5 2007/08/29 21:01:18 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11#include <ermyth/crypto.h> 11#include <ermyth/crypto.h>
12#include <ermyth/database.h> 12#include <ermyth/database.h>
13#include "uplink.h" 13#include "uplink.h"
16#include "authcookie.h" 16#include "authcookie.h"
17 17
18protocol::handler *phandler; 18protocol::handler *phandler;
19database::handler *backend; 19database::handler *backend;
20crypto::handler *crypter; 20crypto::handler *crypter;
21
22garbage_collector gc;
21 23
22chansvs_t chansvs; 24chansvs_t chansvs;
23globsvs_t globsvs; 25globsvs_t globsvs;
24opersvs_t opersvs; 26opersvs_t opersvs;
25memosvs_t memosvs; 27memosvs_t memosvs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines