examples/pipeline: add message passing mechanism
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 1 Oct 2020 10:20:05 +0000 (11:20 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 1 Oct 2020 16:43:10 +0000 (18:43 +0200)
commit5f657a7fbe8697b3c36fb2987824e803f1a6cb02
treea15e95b937dfc05e0211f66f8ff1929a0fa876f3
parentb77f660028127061b05a8a14cc6c93becb9e73bb
examples/pipeline: add message passing mechanism

Add network-based connectivity mechanism for the application to allow
for the exchange of configuration messages through the network as
opposed to local CLI only.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/pipeline/Makefile
examples/pipeline/conn.c [new file with mode: 0644]
examples/pipeline/conn.h [new file with mode: 0644]
examples/pipeline/main.c
examples/pipeline/meson.build