Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion simulation/src/applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ list(FILTER ASTRA_SIM_SOURCE_FILES EXCLUDE REGEX ".*SimAiFlowModelRdma\\.cc")
list(FILTER ASTRA_SIM_SOURCE_FILES EXCLUDE REGEX ".*PhyMultiThread\\.cc")


include_directories(${CMAKE_CURRENT_SOURCE_DIR})
#include_directories(${CMAKE_CURRENT_SOURCE_DIR})

build_lib(
LIBNAME applications
Expand Down
1 change: 1 addition & 0 deletions simulation/src/network/utils/bit-deserializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <vector>
#include <deque>
#include <cstdint>

namespace ns3 {

Expand Down
1 change: 1 addition & 0 deletions simulation/src/network/utils/bit-serializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define BITSERIALIZER_H_

#include <vector>
#include <cstdint>

namespace ns3 {

Expand Down
1 change: 1 addition & 0 deletions simulation/src/point-to-point/model/rdma-hw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ int RdmaHw::SendPacketComplete(Ptr<Packet> p, CustomHeader &ch)
uint32_t nic_idx = GetNicIdxOfQp(qp);
Ptr<QbbNetDevice> dev = m_nic[nic_idx].dev;
SendComplete(qp);
return 0;
}

void RdmaHw::SendComplete(Ptr<RdmaQueuePair> qp)
Expand Down
1 change: 1 addition & 0 deletions simulation/src/wifi/model/block-ack-type.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <ostream>
#include <vector>
#include <cstdint>

namespace ns3 {

Expand Down