|
xapian-core
2.0.0
|
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 47 |
| #define | XAPIAN_REMOTE_PROTOCOL_MINOR_VERSION 0 |
Remote protocol version and message numbers.
Definition in file remoteprotocol.h.
| #define XAPIAN_REMOTE_PROTOCOL_MAJOR_VERSION 47 |
Definition at line 64 of file remoteprotocol.h.
| #define XAPIAN_REMOTE_PROTOCOL_MINOR_VERSION 0 |
Definition at line 65 of file remoteprotocol.h.
| enum message_type |
Message types (client -> server).
When modifying this list, you probably need to update the switch statement in net/remoteserver.cc too.
Definition at line 72 of file remoteprotocol.h.
| enum reply_type |
Reply types (server -> client).
Definition at line 117 of file remoteprotocol.h.