MCPcopy Create free account
hub / github.com/SIPp/sipp / resetRepartition

Method resetRepartition

src/stat.cpp:1052–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050}
1051
1052void CStat::resetRepartition(T_dynamicalRepartition* P_tabReport,
1053 int P_sizeOfTab)
1054{
1055 if(P_tabReport == nullptr) {
1056 return;
1057 }
1058
1059 for (int i = 0; i < P_sizeOfTab; i++) {
1060 P_tabReport[i].nbInThisBorder = 0;
1061 }
1062}
1063
1064
1065CStat::CStat ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected