Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow ns3 to be idempotent if correctly patched
[simgrid.git] / tools / cmake / test_prog / prog_ns3.cpp
1 #include "ns3/simulator.h"
2
3 int main()
4 {
5   ns3::Simulator::GetNextEventTime();
6   return 0;
7 }