Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 141909
Collapse All | Expand All

(-)src-native-new/src/transport/TPTPAgentCompTL/Connect2AC.c (+3 lines)
Lines 595-600 Link Here
595
		ipcMemCreate(buffname, pMemBlockInfo, agent->IPCBufSize);
595
		ipcMemCreate(buffname, pMemBlockInfo, agent->IPCBufSize);
596
	}
596
	}
597
597
598
	/* attach to this block so that it will not be deleted */
599
	ipcMemOpen(buffname, pMemBlockInfo);
600
598
	rc = stateData->ac.addDataConnection( stateData->ac.cmo, stateData->transportID, flags, &connectionID );
601
	rc = stateData->ac.addDataConnection( stateData->ac.cmo, stateData->transportID, flags, &connectionID );
599
602
600
	/* Start thread to handle streaming Agent data */
603
	/* Start thread to handle streaming Agent data */

Return to bug 141909