forked from cory/tildefriends
Playing with pahole.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4756 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -67,15 +67,15 @@ typedef struct _tf_ssb_stats_t
|
||||
typedef struct _tf_ssb_blob_wants_t
|
||||
{
|
||||
int32_t request_number;
|
||||
char last_id[k_blob_id_len];
|
||||
int wants_sent;
|
||||
char last_id[k_blob_id_len];
|
||||
} tf_ssb_blob_wants_t;
|
||||
|
||||
typedef struct _tf_ssb_store_queue_t
|
||||
{
|
||||
bool running;
|
||||
void* head;
|
||||
void* tail;
|
||||
bool running;
|
||||
} tf_ssb_store_queue_t;
|
||||
|
||||
tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, const char* db_path);
|
||||
|
Reference in New Issue
Block a user