| 
    xapian-core
    1.4.29
    
   | 
 
Remote 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_REMOTE_PROTOCOL_MAJOR_VERSION 39 | 
| #define | XAPIAN_REMOTE_PROTOCOL_MINOR_VERSION 1 | 
Remote protocol version and message numbers.
Definition in file remoteprotocol.h.
| #define XAPIAN_REMOTE_PROTOCOL_MAJOR_VERSION 39 | 
Definition at line 53 of file remoteprotocol.h.
Referenced by RemoteServer::msg_update(), and RemoteDatabase::update_stats().
| #define XAPIAN_REMOTE_PROTOCOL_MINOR_VERSION 1 | 
Definition at line 54 of file remoteprotocol.h.
Referenced by RemoteServer::msg_update(), and RemoteDatabase::update_stats().
| enum message_type | 
Message types (client -> server).
When modifying this list, you probably need to update the array of function pointers in net/remoteserver.cc too.
Definition at line 61 of file remoteprotocol.h.
| enum reply_type | 
Reply types (server -> client).
Definition at line 102 of file remoteprotocol.h.