Merge "stasis: Improve topic/subscription names and statistics." into 16

This commit is contained in:
Joshua C. Colp
2019-03-14 09:19:37 -05:00
committed by Gerrit Code Review
23 changed files with 214 additions and 63 deletions

View File

@@ -514,6 +514,8 @@ struct stasis_topic;
* from a topic and destroy it. As a result the topic can persist until
* the last subscriber unsubscribes itself even if there is no
* publisher.
*
* \note Topic names should be in the form of <subsystem>:<functionality>[/<object>]
*/
struct stasis_topic *stasis_topic_create(const char *name);