~ubuntu-branches/ubuntu/precise/libgrapple/precise

« back to all changes in this revision

Viewing changes to src/socket.h

  • Committer: Bazaar Package Importer
  • Author(s): Lukas Fittl
  • Date: 2007-01-28 22:29:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070128222904-bid1uquufll00hrs
Tags: 0.9.1-0ubuntu1
* New upstream release.
* ABI changed, upstream forgot to change version
  - configure.in: Increment MICRO_VERSION
  - debian/control: Update package name

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  char *host;
84
84
  int port;
85
85
  char *path;
 
86
  int localport;
86
87
 
87
88
  int mode;
88
89
 
93
94
  //2 way UDP extras
94
95
  
95
96
  int udp2w;
96
 
  int udp2w_infd;
97
 
  int udp2w_port;
98
97
  int udp2w_routpacket;
99
98
  int udp2w_rinpacket;
100
99
  long long udp2w_averound;