diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-19 22:03:07 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-19 22:03:07 +0200 |
commit | 194e1c878aa383994fef0cbbb3449fdaa599b53a (patch) | |
tree | fbb4ce72496c28659db2848c75edfbe8a59bc952 /src/CMakeLists.txt | |
parent | 6798a76ffa1b4de4ec0ea07286c3510d86c0e3b6 (diff) | |
download | fastd-194e1c878aa383994fef0cbbb3449fdaa599b53a.tar fastd-194e1c878aa383994fef0cbbb3449fdaa599b53a.zip |
Keep a vector of pollfds instead of regenerating it all the time
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e757c5..dcd21bc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,6 +28,7 @@ add_executable(fastd log.c options.c peer.c + poll.c random.c receive.c resolve.c |