From 3cf2d6403dd90083fe2c678c03565f6f483de9e3 Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Fri, 23 Feb 2018 10:17:01 -0800 Subject: VCL async event handler - provides async handling of events such as accept/connect Change-Id: Id95947237ef16629371b3c99822059d423e2f918 Signed-off-by: Keith Burns (alagalah) --- src/vcl.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vcl.am') diff --git a/src/vcl.am b/src/vcl.am index 5f48f6df168..9f1325ecaa2 100644 --- a/src/vcl.am +++ b/src/vcl.am @@ -22,6 +22,7 @@ libvppcom_la_DEPENDENCIES = \ libvppcom_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl libvppcom_la_SOURCES += \ + vcl/vcl_event.c \ vcl/vppcom.c \ $(libvppinfra_la_SOURCES) \ $(libvlib_la_SOURCES) \ @@ -29,6 +30,7 @@ libvppcom_la_SOURCES += \ $(libvlibmemoryclient_la_SOURCES) nobase_include_HEADERS += \ + vcl/vcl_event.h \ vcl/vppcom.h libvcl_ldpreload_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl -- cgit 1.2.3-korg