~ubuntu-branches/ubuntu/precise/torque/precise-security

« back to all changes in this revision

Viewing changes to src/include/net_connect.h

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2011-07-25 19:35:45 UTC
  • mfrom: (1.1.4 upstream) (0.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110725193545-m8gs39fyktpwitmw
Tags: 2.4.15+dfsg-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
  pbs_net_t address; /* internet address of listener */
222
222
  unsigned int port; /* internet port number of listener */
223
223
  int sock;           /* socket for this connection */
 
224
  int first_time;
224
225
  } listener_connection;
225
226