X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.c;h=35d7d85ff4a3359f1b11672079f855066bd88a1f;hb=a9bdfb424e7a469d15156aa44bbe2fd0b8e28531;hp=26733854b3a82d1833984ce3e745101237e9f4ad;hpb=76165488f8201a59e649b4eec02ee31398b3fb92;p=tinc diff --git a/src/control.c b/src/control.c index 26733854..35d7d85f 100644 --- a/src/control.c +++ b/src/control.c @@ -25,6 +25,7 @@ #include "conf.h" #include "control.h" #include "control_common.h" +#include "graph.h" #include "logger.h" #include "xalloc.h" @@ -35,7 +36,6 @@ extern char *controlsocketname; static void handle_control_data(struct bufferevent *event, void *data) { tinc_ctl_request_t req; - size_t size; tinc_ctl_request_t res; struct evbuffer *res_data = NULL; void *req_data;