ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/connection.h
(Generate patch)

Comparing ermyth/include/connection.h (file contents):
Revision 1.1 by pippijn, Thu Jul 19 08:24:50 2007 UTC vs.
Revision 1.2 by pippijn, Sat Jul 21 01:29:07 2007 UTC

1/* 1/*
2 * Copyright © 2005 Atheme Development Group 2 * Copyright © 2005 Atheme Development Group
3 * Rights to this code are as documented in doc/LICENSE. 3 * Rights to this code are as documented in doc/pod/license.pod.
4 * 4 *
5 * This contains the connection_t structure. 5 * This contains the connection_t structure.
6 * 6 *
7 * $Id: connection.h,v 1.1 2007/07/19 08:24:50 pippijn Exp $ 7 * $Id: connection.h,v 1.2 2007/07/21 01:29:07 pippijn Exp $
8 */ 8 */
9 9
10#ifndef CONNECTION_H 10#ifndef CONNECTION_H
11#define CONNECTION_H 11#define CONNECTION_H
12 12
13#include <deque> 13#include <deque>
14 14
15#include <common/util.h> 15#include <common/util.h>
16#include <ipc/callback.h> 16#include <common/callback.h>
17 17
18#define SENDQSIZE (4096 - 40) 18#define SENDQSIZE (4096 - 40)
19 19
20/* packetqueue struct */ 20/* packetqueue struct */
21struct packetqueue 21struct packetqueue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines