From 0c2a5d4cfc662cffc76f6e9ff5ade301696ada92 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 24 Nov 2016 19:25:53 +0100 Subject: ipcpd: Add timerwheel The timerwheel can be used to defer work to a certain timeslot in the future. --- src/ipcpd/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ipcpd/CMakeLists.txt') diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt index 43af7a25..afce9441 100644 --- a/src/ipcpd/CMakeLists.txt +++ b/src/ipcpd/CMakeLists.txt @@ -2,6 +2,7 @@ set(IPCP_SOURCES # Add source files here ${CMAKE_CURRENT_SOURCE_DIR}/ipcp.c ${CMAKE_CURRENT_SOURCE_DIR}/ipcp-data.c + ${CMAKE_CURRENT_SOURCE_DIR}/timerwheel.c ) add_subdirectory(local) @@ -10,3 +11,4 @@ add_subdirectory(shim-udp) if(NOT APPLE) add_subdirectory(shim-eth-llc) endif() +add_subdirectory(tests) -- cgit v1.2.3