Tilde Friends
SSB RPC

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)
 

Detailed Description

Implementations of all the necessary MUXRPC handlers (createHistoryStream, ebt.replicate, blobs.get, ...).

Typedef Documentation

◆ tf_ssb_t

typedef struct _tf_ssb_t tf_ssb_t

An SSB instance.

Function Documentation

◆ tf_ssb_rpc_register()

void tf_ssb_rpc_register ( tf_ssb_t ssb)

Register standard muxrpc callbacks.

Parameters
ssbThe SSB instance.

◆ tf_ssb_rpc_start_periodic()

void tf_ssb_rpc_start_periodic ( tf_ssb_t ssb)

Start periodic SSB maintenance tasks.

Parameters
ssbThe SSB instance.