Skip to content
Snippets Groups Projects
Commit 2c35dfc5 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "stasis: Clarify lifetime of topics." into 13

parents 214d0d11 2f849978
Branches
Tags
No related merge requests found
......@@ -483,6 +483,11 @@ struct stasis_topic;
* \return New topic instance.
* \return \c NULL on error.
* \since 12
*
* \note There is no explicit ability to unsubscribe all subscribers
* 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.
*/
struct stasis_topic *stasis_topic_create(const char *name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment