Skip to content

Commit

Permalink
Merge pull request #262 from fortminors/main
Browse files Browse the repository at this point in the history
fix: compiling with RMT_USE_CUDA, missing arg
  • Loading branch information
Celtoys authored Aug 19, 2024
2 parents c3e8a2f + 09160d5 commit e862ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Remotery.c
Original file line number Diff line number Diff line change
Expand Up @@ -6584,7 +6584,7 @@ static rmtError Remotery_SendSampleTreeMessage(Remotery* rmt, Message* message)
rmt_EndCPUSample();
if (!are_samples_ready)
{
QueueSampleTree(rmt->mq_to_rmt_thread, sample, sample_tree->allocator, sample_tree->threadName,
QueueSampleTree(rmt->mq_to_rmt_thread, sample, sample_tree->allocator, sample_tree->threadName, 0,
message->threadProfiler, RMT_FALSE);
return RMT_ERROR_NONE;
}
Expand Down

0 comments on commit e862ba4

Please sign in to comment.