aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-19 16:54:47 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-24 12:38:20 +0100
commit8a5014be084249be515d0b3d088e9cb21d7552bc (patch)
tree050c9d0b44038562e848014651dac4b1480542f5 /include/osmocom/core/Makefile.am
parent4ce820ab8d0820c664afb07e9ea62fdc41eb00ad (diff)
Introduce netns API
Write a new API and implementation to manage network namespace related operations. This will be used by the upcoming tundev module. Change-Id: I0f2fba2fa42250a07211a7b7f479498f27c529da
Diffstat (limited to 'include/osmocom/core/Makefile.am')
-rw-r--r--include/osmocom/core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/Makefile.am b/include/osmocom/core/Makefile.am
index 1b0a1ce5..e88ce899 100644
--- a/include/osmocom/core/Makefile.am
+++ b/include/osmocom/core/Makefile.am
@@ -35,6 +35,7 @@ osmocore_HEADERS = \
stats.h \
macaddr.h \
msgb.h \
+ netns.h \
panic.h \
prbs.h \
prim.h \