abbreviated struct connection by connection_t

This commit is contained in:
Andreas Steffen
2009-09-27 23:49:37 +02:00
parent 0eff9f6539
commit c72080cea8
17 changed files with 269 additions and 289 deletions
+1 -1
View File
@@ -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 */