~ubuntu-branches/ubuntu/trusty/gvpe/trusty-proposed

« back to all changes in this revision

Viewing changes to src/sockinfo.h

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2013-08-19 17:43:11 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130819174311-is2gqi9pa1z82bei
Tags: 2.25-1
* Imported Upstream version 2.25
* debian/patches: Remove upstream merged patches..
* debian/patches/fix_gvpe_conf_5: fix an empty man page.
* debian/control: Bump Standards-Version to 3.9.4 (with no changes).
* debian/copyright: Fixed license name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
  const char *ntoa () const;
65
65
 
66
 
  bool valid () const
67
 
  {
68
 
    return prot != 0 && host != 0;
69
 
  }
 
66
  bool valid () const;
70
67
 
71
68
  sockinfo() { prot = 0; }
72
69