From 343f819f5a4e7cd1396cd9f31070fa6520d308e7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 4 Apr 2019 11:04:54 +0200 Subject: WIP: osmo_it_msgq: Osmocom Inter-thread Message Queue This implements an inter-thread message queue based on top of osmocom msgb, linked lists, eventfd and pthread mutex. Change-Id: I30a7233cb0b51a883ad85c8c4165270b32c4be61 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index a82d6ac4..8bd106e3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -27,6 +27,7 @@ nobase_include_HEADERS = \ osmocom/core/gsmtap.h \ osmocom/core/gsmtap_util.h \ osmocom/core/isdnhdlc.h \ + osmocom/core/it_msgq.h \ osmocom/core/linuxlist.h \ osmocom/core/linuxrbtree.h \ osmocom/core/logging.h \ -- cgit v1.2.3