aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-11-18 13:54:44 +0100
committerdaniel <dwillmann@sysmocom.de>2023-05-10 06:04:57 +0000
commit8857f3b79826efe19d216cfd911490ffa81df02b (patch)
treee1099de4070260f3288468ab9a6c59490eb2a106 /include/osmocom/core/Makefile.am
parent99653047d7b2e5bf3356f3d4c85a2553f3603255 (diff)
Add osmo_io with initial poll backend
* make backend configurable for later * segmentation callback for chunked streams * logging target for osmo_io * support partial writes Change-Id: I50d73cf550d6ce8154bf827bf47408131cf5b0a0 Related: SYS#5094, OS#5751
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 e1cd92ae..1d394cd3 100644
--- a/include/osmocom/core/Makefile.am
+++ b/include/osmocom/core/Makefile.am
@@ -37,6 +37,7 @@ osmocore_HEADERS = \
msgb.h \
netdev.h \
netns.h \
+ osmo_io.h \
panic.h \
prbs.h \
prim.h \