mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
tweak ping behaviour
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8881 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -136,6 +136,16 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||
|
||||
};
|
||||
|
||||
class EventConsumer {
|
||||
protected:
|
||||
switch_event_types_t e_event_id;
|
||||
switch_event_node_t *node;
|
||||
char *e_callback;
|
||||
char *e_subclass_name;
|
||||
public:
|
||||
SWITCH_DECLARE_CONSTRUCTOR EventConsumer(switch_event_types_t event_id, const char *subclass_name = "", const char *callback = "event_consumer");
|
||||
SWITCH_DECLARE_CONSTRUCTOR ~ EventConsumer();
|
||||
};
|
||||
|
||||
class CoreSession {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user