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

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/replication/repl5_prot_private.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-02-19 01:43:25 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140219014325-1m8shiye3hhgscum
Tags: 1.3.2.11-0ubuntu1
* Merge from unreleased debian git.
  - CVE fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        int repl50consumer; /* Flag to tell us if this is a 5.0-style consumer we're talking to */
76
76
        int repl71consumer; /* Flag to tell us if this is a 7.1-style consumer we're talking to */
77
77
        int repl90consumer; /* Flag to tell us if this is a 9.0-style consumer we're talking to */
78
 
        PRUint64 timeout;
79
78
} Private_Repl_Protocol;
80
79
 
81
80
extern Private_Repl_Protocol *Repl_5_Inc_Protocol_new();