Skip to content

Commit

Permalink
Initialize correlation_id
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 committed Feb 12, 2024
1 parent 2b86e4b commit 80171c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_be.cc
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ ModelInstanceState::SaveRequestsToSharedMemory(
const char* id;
RETURN_IF_ERROR(TRITONBACKEND_RequestId(request, &id));

uint64_t correlation_id;
uint64_t correlation_id = 0;
const char* correlation_id_string = "";

auto error = TRITONBACKEND_RequestCorrelationId(request, &correlation_id);
Expand Down

0 comments on commit 80171c7

Please sign in to comment.