]> git.corax.cc Git - toolbox/commit
include/ipc: Add function to list subscriptions of an endpoint
authorMatthias Kruk <m@m10k.eu>
Sun, 11 Jun 2023 04:49:29 +0000 (13:49 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 11 Jun 2023 04:54:07 +0000 (13:54 +0900)
commit78e43a98f7383d647da9ec5cef8326d61b326805
treecb0d97eaef8de029f1a16da43a96f2be34d1ab7f
parent5773685a911315001b89c7bb38c380b490bd4cd3
include/ipc: Add function to list subscriptions of an endpoint

The IPC module does not provide a method to get the topics that an
endpoint is subscribed to, requiring the user to track the topics
themselves, if they need this information.

This commit adds the `ipc_endpoint_get_subscriptions()' method,
which returns the list of topics that an endpoint is subscribed to.
docs/ipc.md
include/ipc.sh