summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp')
-rw-r--r--PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp b/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
index 83415e9..fed21aa 100644
--- a/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
+++ b/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
@@ -181,7 +181,15 @@ bool CAmWorker::timedWait(timespec timer)
}
CAmRoutingSenderAsync::CAmRoutingSenderAsync() :
- mReceiveInterface(0), mDomains(createDomainTable()), mSinks(createSinkTable()), mSources(createSourceTable()), mGateways(createGatewayTable()), mMapHandleWorker(), mMapConnectionIDRoute(), mPool(10)
+ mReceiveInterface(0), //
+ mDomains(createDomainTable()), //
+ mSinks(createSinkTable()), //
+ mSources(createSourceTable()), //
+ mGateways(createGatewayTable()), //
+ mMapHandleWorker(), //
+ mMapConnectionIDRoute(), //
+ mPool(10),
+ mInterruptThread(0)
{
}
@@ -965,7 +973,8 @@ asycDisConnectWorker::asycDisConnectWorker(CAmRoutingSenderAsync *asyncSender, C
mAsyncSender(asyncSender), //
mShadow(shadow), //
mHandle(handle), //
- mConnectionID(connectionID)
+ mConnectionID(connectionID), //
+ mConnectionFormat(CF_UNKNOWN)
{
}