My Project
|
#include <server.h>
The record information stored in an index @value key: The lookup key for the record. @value payload: The value stored under that key. It will be a null-terminated C string of no more than 128 bytes.
Key Record::key |
char Record::payload[MAX_PAYLOAD_LEN+1] |