Hello Jenkins Builder, neels, pespin, fixeria, daniel, dexter,

I'd like you to reexamine a change. Please visit

    https://gerrit.osmocom.org/c/libosmocore/+/21930

to look at the new patch set (#3).

Change subject: Add inter-thread queue
......................................................................

Add inter-thread queue

This adds an inter-thread queue "it_q" to libosmocore. With it_q,
one can perform thread-safe enqueing of messages to another thread,
who will receive the related messages triggered via an eventfd
handled in the usual libosmocore select loop abstraction.

Change-Id: Ie7d0c5fec715a2a577fae014b0b8a0e9c38418ef
---
M configure.ac
M include/Makefile.am
A include/osmocom/core/it_q.h
M src/Makefile.am
A src/it_q.c
M tests/Makefile.am
A tests/it_q/it_q_test.c
A tests/it_q/it_q_test.ok
M tests/testsuite.at
9 files changed, 487 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/30/21930/3
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21930
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie7d0c5fec715a2a577fae014b0b8a0e9c38418ef
Gerrit-Change-Number: 21930
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: newpatchset

Reply via email to