abbreviated struct connection by connection_t
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ void handle_timer_event(void)
|
||||
struct event *ev = evlist;
|
||||
int type;
|
||||
struct state *st;
|
||||
struct connection *c = NULL;
|
||||
connection_t *c = NULL;
|
||||
ip_address peer;
|
||||
|
||||
if (ev == (struct event *) NULL) /* Just paranoid */
|
||||
|
||||
Reference in New Issue
Block a user