#include <process.h>
Public Attributes | |
std::string | cmdLine |
int | exitValue |
int64_t | ns3End |
int64_t | ns3Start |
time_t | realEnd |
time_t | realStart |
std::string ns3::ProcessActivity::cmdLine |
Definition at line 124 of file process.h.
Referenced by ns3::DceManager::AppendProcFile(), and ns3::DceManager::CreateProcess().
int ns3::ProcessActivity::exitValue |
Definition at line 123 of file process.h.
Referenced by ns3::DceManager::AppendProcFile(), ns3::DceManager::Clone(), ns3::DceManager::CreateProcess(), dce_exit(), dce_waitpid(), and ns3::DceManager::DeleteProcess().
int64_t ns3::ProcessActivity::ns3End |
Definition at line 121 of file process.h.
Referenced by ns3::DceManager::AppendProcFile(), ns3::DceManager::Clone(), ns3::DceManager::CreateProcess(), and dce_exit().
int64_t ns3::ProcessActivity::ns3Start |
Definition at line 119 of file process.h.
Referenced by ns3::DceManager::AppendProcFile(), ns3::DceManager::Clone(), and ns3::DceManager::CreateProcess().
time_t ns3::ProcessActivity::realEnd |
Definition at line 122 of file process.h.
Referenced by ns3::DceManager::AppendProcFile(), ns3::DceManager::Clone(), ns3::DceManager::CreateProcess(), and dce_exit().
time_t ns3::ProcessActivity::realStart |
Definition at line 120 of file process.h.
Referenced by ns3::DceManager::AppendProcFile(), ns3::DceManager::Clone(), and ns3::DceManager::CreateProcess().