~ubuntu-branches/ubuntu/lucid/havp/lucid

« back to all changes in this revision

Viewing changes to havp/sockethandler.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2010-02-10 15:46:22 UTC
  • mfrom: (1.1.9 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100210154622-qovsa7xbpa84nwtf
Tags: 0.91-1.1ubuntu1
* Merge from debian testing (LP: #487776), remaining changes:
  - Under certain circumstances, the init script and/or postrm script
    will fail to umount loop-back devices. This issue has been addressed
    by performing a lazy umount in these two scripts. 
* debian/havp.init: Fixes "Fails to restart because of mounted
  '/var/spool/havp'" Thanks to Imre Gergely for the fix. (LP: #401048)
* 05_include_libraries.dpatch: Dropped. Fixed in upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
struct sockaddr_un my_u_addr;
39
39
struct sockaddr_in l_addr;
40
40
struct sockaddr_in peer_addr;
41
 
struct in_addr ip_addr;
42
41
struct hostent *server;
43
42
struct timeval Timeout;
44
43