diff options
| author | chernyak <[email protected]> | 2022-02-10 16:50:29 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:29 +0300 |
| commit | f2b67f65c49b38a882b6407926cece6fe49bd066 (patch) | |
| tree | 5d4950c1a76b6c6384f8e55192f14f4af1132632 /library/cpp/messagebus/test/perftest/perftest.cpp | |
| parent | 4bac7bacd041dac72ece081598805d03d2e80a3e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/test/perftest/perftest.cpp')
| -rw-r--r-- | library/cpp/messagebus/test/perftest/perftest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/test/perftest/perftest.cpp b/library/cpp/messagebus/test/perftest/perftest.cpp index 84893192789..8f89bec439c 100644 --- a/library/cpp/messagebus/test/perftest/perftest.cpp +++ b/library/cpp/messagebus/test/perftest/perftest.cpp @@ -514,7 +514,7 @@ TSimpleSharedPtr<TPerftestUsingModule> ServerUsingModule; TVector<TSimpleSharedPtr<TPerftestClient>> Clients; TMutex ClientsLock; -void stopsignal(int /*sig*/) { +void stopsignal(int /*sig*/) { fprintf(stderr, "\n-------------------- exiting ------------------\n"); TheExit = true; StopEvent.Signal(); |
