summaryrefslogtreecommitdiffstats
path: root/endpointapp.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-16 11:20:23 +0100
committerAndreas Eversberg2010-01-16 11:20:23 +0100
commitb0bd74e35e935aa976b68c594def4e8d2c22ef95 (patch)
tree7e7033beb3b9b1a1976d58ce4e16c6f965a3c9fc /endpointapp.cpp
parentAdded new option to interface.conf: "nonotify" to disable notify messages. (diff)
downloadlcr-b0bd74e35e935aa976b68c594def4e8d2c22ef95.tar.gz
lcr-b0bd74e35e935aa976b68c594def4e8d2c22ef95.tar.xz
lcr-b0bd74e35e935aa976b68c594def4e8d2c22ef95.zip
Replaced polling loop for LCR and chan_lcr with select based event loop.
Now LCR and chan_lcr will not use any CPU until there is work to do.
Diffstat (limited to 'endpointapp.cpp')
-rw-r--r--endpointapp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/endpointapp.cpp b/endpointapp.cpp
index a3c6f56..158b3d6 100644
--- a/endpointapp.cpp
+++ b/endpointapp.cpp
@@ -28,11 +28,6 @@ EndpointApp::~EndpointApp(void)
classuse--;
}
-int EndpointApp::handler(void)
-{
- return(0);
-}
-
/* mini application for test purpose only */
void EndpointApp::ea_message_port(unsigned int port_id, int message_type, union parameter *param)