From bbacf7a27f42147ed587c5e59b0f60c76e5248dd Mon Sep 17 00:00:00 2001 From: Masaq- Date: Wed, 20 Feb 2019 04:13:08 +0000 Subject: fix leaky rings --- src/pdesc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pdesc.h') diff --git a/src/pdesc.h b/src/pdesc.h index a537b9a..169c069 100644 --- a/src/pdesc.h +++ b/src/pdesc.h @@ -175,6 +175,8 @@ proxy_desc_t* create_and_insert_proxy_desc(uint16_t id_no, uint16_t icmp_id, void remove_proxy_desc(proxy_desc_t *cur, proxy_desc_t *prev); +void remove_proxy_desc_rings(proxy_desc_t *cur); + forward_desc_t* create_fwd_desc(uint16_t seq_no, uint32_t data_len, char *data); int queue_packet(int icmp_sock, uint8_t type, char *buf, int num_bytes, -- cgit v1.2.3