summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia/event.h')
-rw-r--r--pjmedia/include/pjmedia/event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/event.h b/pjmedia/include/pjmedia/event.h
index 84baba9d..360a648e 100644
--- a/pjmedia/include/pjmedia/event.h
+++ b/pjmedia/include/pjmedia/event.h
@@ -240,6 +240,11 @@ typedef pj_status_t pjmedia_event_cb(pjmedia_event *event,
typedef enum pjmedia_event_publish_flag
{
/**
+ * Default flag.
+ */
+ PJMEDIA_EVENT_PUBLISH_DEFAULT,
+
+ /**
* Publisher will only post the event to the event manager. It is the
* event manager that will later notify all the publisher's subscribers.
*/