Fixing core dump in NS3/DCE caused by getting the DceApplication Pid too early
[nepi.git] / src / nepi / resources / linux / ns3 / ns3simulation.py
index 61eae0a..04671bb 100644 (file)
@@ -138,8 +138,6 @@ class LinuxNS3Simulation(LinuxApplication, NS3Simulation):
         self._client = None
         self._home = "ns3-simu-%s" % self.guid
         self._socket_name = "ns3-%s.sock" % os.urandom(4).encode('hex')
-        self._dce_manager_helper_uuid = None
-        self._dce_application_helper_uuid = None
         self._enable_dce = None
 
     @property