| 
    xapian-core
    1.4.29
    
   | 
 
Replication protocol version and message numbers. More...
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | XAPIAN_REPLICATION_PROTOCOL_MAJOR_VERSION 1 | 
| #define | XAPIAN_REPLICATION_PROTOCOL_MINOR_VERSION 0 | 
| #define | MAX_DB_COPIES_PER_CONVERSATION 5 | 
Enumerations | |
| enum | replicate_reply_type {  REPL_REPLY_END_OF_CHANGES, REPL_REPLY_FAIL, REPL_REPLY_DB_HEADER, REPL_REPLY_DB_FILENAME, REPL_REPLY_DB_FILEDATA, REPL_REPLY_DB_FOOTER, REPL_REPLY_CHANGESET }  | 
Replication protocol version and message numbers.
Definition in file replicationprotocol.h.
| #define MAX_DB_COPIES_PER_CONVERSATION 5 | 
Definition at line 43 of file replicationprotocol.h.
Referenced by GlassDatabase::write_changesets_to_fd(), and ChertDatabase::write_changesets_to_fd().
| #define XAPIAN_REPLICATION_PROTOCOL_MAJOR_VERSION 1 | 
Definition at line 26 of file replicationprotocol.h.
| #define XAPIAN_REPLICATION_PROTOCOL_MINOR_VERSION 0 | 
Definition at line 27 of file replicationprotocol.h.
| enum replicate_reply_type | 
| Enumerator | |
|---|---|
| REPL_REPLY_END_OF_CHANGES | |
| REPL_REPLY_FAIL | |
| REPL_REPLY_DB_HEADER | |
| REPL_REPLY_DB_FILENAME | |
| REPL_REPLY_DB_FILEDATA | |
| REPL_REPLY_DB_FOOTER | |
| REPL_REPLY_CHANGESET | |
Definition at line 30 of file replicationprotocol.h.