From d3e49c4280f10584587fad83bc08c6a168c174d3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 22 Aug 2013 14:43:24 +0200 Subject: move soures to src subdir --- pingu_burst.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pingu_burst.h (limited to 'pingu_burst.h') diff --git a/pingu_burst.h b/pingu_burst.h deleted file mode 100644 index 6e3b5e6..0000000 --- a/pingu_burst.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef PINGU_BURST_H -#define PINGU_BURST_H - -#include -#include - -#include - -#include "list.h" -#include "sockaddr_util.h" - -struct pingu_burst { - union sockaddr_any saddr; -// size_t saddrlen; - int pings_sent; - int pings_replied; - int active; - struct list_head ping_burst_entry; -}; - -void pingu_burst_timeout_cb(struct ev_loop *loop, struct ev_timer *w, - int revents); - -#endif -- cgit v1.2.3