~ubuntu-branches/ubuntu/raring/389-ds-base/raring

« back to all changes in this revision

Viewing changes to lib/libaccess/lasip.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-02-06 18:06:31 UTC
  • mfrom: (11.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130206180631-h6ldv3k506hmm46e
Tags: 1.3.0.2-0ubuntu2
debian/*: Fix time stamps due to clock skew (FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
} LASIpTree_t;
47
47
 
48
48
typedef struct LASIpContext {
49
 
        LASIpTree_t     *treetop; /* Top of the pattern tree    */
 
49
        LASIpTree_t *treetop; /* Top of the pattern tree */
 
50
        LASIpTree_t *treetop_ipv6; /* Top of the IPv6 pattern tree */
50
51
} LASIpContext_t;