]> git.corax.cc Git - toolbox/commit
include/ipc: Use endpoints to implement publish-subscribe functions
authorMatthias Kruk <m@m10k.eu>
Sun, 27 Jun 2021 01:35:41 +0000 (10:35 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 27 Jun 2021 01:35:41 +0000 (10:35 +0900)
commite70dd28aaac34439b889a17c0ad9d24178bfc969
tree8a156a0b2cdfee996c2b4dac176a5655d9fff503
parentc69b3ddd2acb4c3f33211e1aa488490963e38ba8
include/ipc: Use endpoints to implement publish-subscribe functions

The publish-subscribe functions added by the previous commit are
independent of the endpoint API, making it necessary to separately
implement authentication and message encapsulation for pubsub
messaging.
This commit moves the pubsub functionality into the endpoint API,
making it unnecessary to re-implement message authentication and
encapsulation.
include/ipc.sh