From 6910d50e9b1e80fe758b259149012e7e062eecd0 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Mon, 6 Jun 2016 10:14:12 +0200 Subject: net: make networking code re-entrant - The network instance is now in struct network and does not use any local/static data - A new top-level struct in baresip.c owns the single instance of struct network it is a long-term goal to remove all local/static data from libbaresip and make it fully re-entrant. --- test/srcs.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'test/srcs.mk') diff --git a/test/srcs.mk b/test/srcs.mk index a68ff94..06b4482 100644 --- a/test/srcs.mk +++ b/test/srcs.mk @@ -13,6 +13,7 @@ TEST_SRCS += ua.c TEST_SRCS += cplusplus.c TEST_SRCS += call.c TEST_SRCS += mos.c +TEST_SRCS += net.c # -- cgit v1.2.1