Tilde Friends
|
Typedefs | |
typedef struct _tf_ssb_t | tf_ssb_t |
Functions | |
void | tf_ssb_rpc_register (tf_ssb_t *ssb) |
void | tf_ssb_rpc_start_periodic (tf_ssb_t *ssb) |
Implementations of all the necessary MUXRPC handlers (createHistoryStream, ebt.replicate, blobs.get, ...).
typedef struct _tf_ssb_t tf_ssb_t |
An SSB instance.
void tf_ssb_rpc_register | ( | tf_ssb_t * | ssb | ) |
Register standard muxrpc callbacks.
ssb | The SSB instance. |
void tf_ssb_rpc_start_periodic | ( | tf_ssb_t * | ssb | ) |
Start periodic SSB maintenance tasks.
ssb | The SSB instance. |