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:
@ -711,9 +711,9 @@ typedef struct _close_t
|
||||
{
|
||||
tf_ssb_t* ssb;
|
||||
tf_ssb_connection_t* connection;
|
||||
char id[k_id_base64_len];
|
||||
int32_t request_number;
|
||||
uv_timer_t timer;
|
||||
int32_t request_number;
|
||||
char id[k_id_base64_len];
|
||||
} close_t;
|
||||
|
||||
static void _timer_close(uv_handle_t* handle)
|
||||
|
Reference in New Issue
Block a user