tweak ping behaviour

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8881 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-07-02 17:18:34 +00:00
parent 43b712b7b1
commit eec83be1c9
5 changed files with 46 additions and 10 deletions
+10
View File
@@ -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: