We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d5ff1 commit 6a77ef5Copy full SHA for 6a77ef5
include/triton/core/tritonserver.h
@@ -329,7 +329,7 @@ TRITONSERVER_DECLSPEC void TRITONSERVER_ErrorDelete(struct TRITONSERVER_Error* e
329
///
330
/// \param error The error object.
331
/// \return The error code.
332
-TRITONSERVER_DECLSPEC struct TRITONSERVER_Error_Code
+TRITONSERVER_DECLSPEC TRITONSERVER_Error_Code
333
TRITONSERVER_ErrorCode(struct TRITONSERVER_Error* error);
334
335
/// Get the string representation of an error code. The returned
0 commit comments