Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 16, 2024
1 parent 749a09b commit 6ee4ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/minos/mclient/evbuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,12 @@ int EventBuilder_EmitEventBoundary(EventBuilder* eb,
if (bnd == 0) {
buf[0] = 4; // size in bytes
buf[1] = PFX_START_OF_BUILT_EVENT;
cout << "EventBuilder_EmitEventBoundary: start of built event" << endl;
sz = 4;
} else {
buf[0] = 4; // size in bytes
buf[1] = PFX_END_OF_BUILT_EVENT;
cout << "EventBuilder_EmitEventBoundary: end of built event" << endl;
sz = 4;

SemaphoreRed(SemaphoreId);
Expand Down

0 comments on commit 6ee4ed7

Please sign in to comment.