mod_event_socket: sendevent Fire events with correct event-name and subclass (MODEVENT-41)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14354 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-07-24 20:13:36 +00:00
parent e7ec98273f
commit b0daf34ad5
3 changed files with 21 additions and 0 deletions
+3
View File
@@ -163,6 +163,9 @@ SWITCH_DECLARE(char *) switch_event_get_body(switch_event_t *event);
SWITCH_DECLARE(switch_status_t) switch_event_add_header(switch_event_t *event, switch_stack_t stack,
const char *header_name, const char *fmt, ...) PRINTF_FUNCTION(4, 5);
#endif
SWITCH_DECLARE(switch_status_t) switch_event_set_subclass_name(switch_event_t *event, const char *subclass_name);
/*!
\brief Add a string header to an event
\param event the event to add the header to