Skip to content

Commit 04687f7

Browse files
committed
Fix windows build (#391)
1 parent bf27b3a commit 04687f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/tritonserver_stub.cc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,26 @@ TRITONSERVER_MetricFamilyDelete()
10751075
{
10761076
}
10771077

1078+
TRITONAPI_DECLSPEC void
1079+
TRITONSERVER_GetMetricFamilyKind()
1080+
{
1081+
}
1082+
1083+
TRITONAPI_DECLSPEC void
1084+
TRITONSERVER_MetricArgsNew()
1085+
{
1086+
}
1087+
1088+
TRITONAPI_DECLSPEC void
1089+
TRITONSERVER_MetricArgsSetHistogram()
1090+
{
1091+
}
1092+
1093+
TRITONAPI_DECLSPEC void
1094+
TRITONSERVER_MetricArgsDelete()
1095+
{
1096+
}
1097+
10781098
TRITONAPI_DECLSPEC void
10791099
TRITONSERVER_MetricNew()
10801100
{

0 commit comments

Comments
 (0)