commit | 04a98cb390750b4d6535da0a73278071ec379b56 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Fri Jul 05 09:59:20 2013 +0200 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Fri Jul 05 10:01:11 2013 +0200 |
tree | bcb95b095186bd48964faeb6783a2c4a326b3d63 | |
parent | 6b886e0fecec28cc853a9c4a2c001806585901e2 [diff] [blame] |
mod_netconf: set tcp port of notification server add configure option to set tcp port of websockets server - refs #643
diff --git a/src/notification_module.h b/src/notification_module.h index a005dc5..49a96cc 100644 --- a/src/notification_module.h +++ b/src/notification_module.h
@@ -53,7 +53,9 @@ typedef struct s {} server_rec; #endif +#ifndef NOTIFICATION_SERVER_PORT #define NOTIFICATION_SERVER_PORT 8080 +#endif /** * \brief Notification module initialization