ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/sockinfo.h
(Generate patch)

Comparing gvpe/src/sockinfo.h (file contents):
Revision 1.6 by pcg, Mon Apr 7 01:12:56 2003 UTC vs.
Revision 1.7 by pcg, Tue Oct 14 19:06:04 2003 UTC

19*/ 19*/
20 20
21#ifndef VPE_SOCKINFO_H__ 21#ifndef VPE_SOCKINFO_H__
22#define VPE_SOCKINFO_H__ 22#define VPE_SOCKINFO_H__
23 23
24#include <sys/socket.h> 24#include "netcompat.h"
25#include <netinet/in.h>
26 25
27#include "conf.h" 26#include "conf.h"
28 27
29// encapsulate one or more network addresses. this structure 28// encapsulate one or more network addresses. this structure
30// gets transferred over the wire, so be careful with endianness etc. 29// gets transferred over the wire, so be careful with endianness etc.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines