xapian-core  1.4.25
Macros | Enumerations
replicationprotocol.h File Reference

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
}
 

Detailed Description

Replication protocol version and message numbers.

Definition in file replicationprotocol.h.

Macro Definition Documentation

◆ MAX_DB_COPIES_PER_CONVERSATION

#define MAX_DB_COPIES_PER_CONVERSATION   5

◆ XAPIAN_REPLICATION_PROTOCOL_MAJOR_VERSION

#define XAPIAN_REPLICATION_PROTOCOL_MAJOR_VERSION   1

Definition at line 26 of file replicationprotocol.h.

◆ XAPIAN_REPLICATION_PROTOCOL_MINOR_VERSION

#define XAPIAN_REPLICATION_PROTOCOL_MINOR_VERSION   0

Definition at line 27 of file replicationprotocol.h.

Enumeration Type Documentation

◆ 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.