summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-21 20:02:43 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-21 20:02:43 +0200
commit505f97771ab63e32b82592a952ae9cf53adf86b9 (patch)
treecb57c1d792aadcfe771cabef7471f61da5a0d955 /src/fastd.h
parent175685ed5fbc0db3a259f9cccb30d0a0be74ad30 (diff)
downloadfastd-505f97771ab63e32b82592a952ae9cf53adf86b9.tar
fastd-505f97771ab63e32b82592a952ae9cf53adf86b9.zip
Remove vector of new temporary peers
The new poll code has made this second peer list obsolete.
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 4913a35..0f5fec0 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -239,7 +239,6 @@ struct fastd_context {
fastd_peer_group_t *peer_group;
VECTOR(fastd_peer_t*) peers;
- VECTOR(fastd_peer_t*) peers_temp;
#ifdef USE_EPOLL
int epoll_fd;