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 | 27d9c978ef36b8d6a70f60a38957f25d75192f70 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/test/perftest/perftest.cpp | |
| parent | f2b67f65c49b38a882b6407926cece6fe49bd066 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 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 8f89bec439c..84893192789 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(); |
