Skip to content

Commit

Permalink
- Specific template instantiation to address linker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-msft committed Feb 19, 2025
1 parent 2d01e19 commit dcef37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/perf/lib/PerfServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ const uint8_t SecNetPerfShutdownGuid[16] = { // {ff15e657-4f26-570e-88ab-0796b25

extern CXPLAT_WORKER_POOL DelayPool;

template <typename T>
template <typename uint32_t>
bool
TryGetVariableUnitValue(
_In_ int argc,
_In_reads_(argc) _Null_terminated_ char* argv[],
_In_z_ const char* name,
_Out_ T* pValue,
_Out_ uint32_t* pValue,
_Out_opt_ bool* isTimed = nullptr
);

Expand Down

0 comments on commit dcef37f

Please sign in to comment.