forked from cory/tildefriends
ssb: Ease up on excessively re-hitting the database for ebt.replicate even more.
This commit is contained in:
@ -83,3 +83,17 @@ void tf_ssb_ebt_set_messages_sent(tf_ssb_ebt_t* ebt, const char* id, int64_t seq
|
||||
** @param ebt The EBT instance.
|
||||
*/
|
||||
void tf_ssb_ebt_destroy(tf_ssb_ebt_t* ebt);
|
||||
|
||||
/**
|
||||
** Get whether sending the clock is pending.
|
||||
** @param ebt The EBT instance.
|
||||
** @return The last value set by tf_ssb_ebt_set_send_clock_pending().
|
||||
*/
|
||||
int tf_ssb_ebt_get_send_clock_pending(tf_ssb_ebt_t* ebt);
|
||||
|
||||
/**
|
||||
** Set whether sending the clock is pending.
|
||||
** @param ebt The EBT instance.
|
||||
** @param pending A value representing the pending status.
|
||||
*/
|
||||
void tf_ssb_ebt_set_send_clock_pending(tf_ssb_ebt_t* ebt, int pending);
|
||||
|
Reference in New Issue
Block a user