fix to ensure numinterfaces is not called for g2

This commit is contained in:
2021-07-15 17:03:29 +02:00
parent 780d4bfe0a
commit 7158dab9f5
2 changed files with 24 additions and 5 deletions

View File

@ -1739,6 +1739,7 @@ class Detector {
private:
std::vector<int> getPortNumbers(int start_port);
void updateRxRateCorrections();
void setNumberofUDPInterfaces_(int n, Positions pos);
Result<int> getNumberofUDPInterfaces_(Positions pos) const;
};
} // namespace sls