]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
Use a separate mutex for the replication timestamp
[openldap] / servers / slapd / slap.h
index 357858ddfa98d727252e1f5eaaa803048c2fa4ac..b70938be99a1a6d0a604ac4c0ec39b3ccc9d674e 100644 (file)
@@ -1904,6 +1904,7 @@ typedef struct slap_op {
        ber_int_t       o_protocol;     /* version of the LDAP protocol used by client */
        ber_tag_t       o_tag;          /* tag of the request */
        time_t          o_time;         /* time op was initiated */
+       long            o_tseq;         /* time/sequence number */
 
        struct berval   o_req_dn;       /* DN of target of request */
        struct berval   o_req_ndn;