Module: sip-router Branch: master Commit: 8def957134e6068c14d2180d8497c6eb1f2a6cc5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8def9571...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Fri Apr 5 13:35:51 2013 +0100
modules/websocket: re-added declaration of ws_keepalive_mechanism to ws_frame.c
- Accidentally removed when configuration framework stuff was added.
---
modules/websocket/ws_frame.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/websocket/ws_frame.c b/modules/websocket/ws_frame.c index d1f8d6c..b6be135 100644 --- a/modules/websocket/ws_frame.c +++ b/modules/websocket/ws_frame.c @@ -94,6 +94,7 @@ typedef enum #define OPCODE_PONG (0xa) /* 0xb - 0xf are reserved for further control frames */
+int ws_keepalive_mechanism = DEFAULT_KEEPALIVE_MECHANISM; str ws_ping_application_data = {0, 0};
stat_var *ws_failed_connections;