Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20789
Change subject: [rpc] modernize AcceptorPool's code ...................................................................... [rpc] modernize AcceptorPool's code Since I'm modifying AcceptorPool implementation to add a new metric, I went ahead and modernized the code a bit to logically separate these mostly style-related updates from follow-up modifications. This patch: * replaces Atomic32 field with std::atomic<bool> * updates the code to make it conform to the project style guide * other minor improvements There are no functional modifications in this changelist. Change-Id: I065510f846642098bc0182bc517324b88d175f0c --- M src/kudu/rpc/acceptor_pool.cc M src/kudu/rpc/acceptor_pool.h 2 files changed, 39 insertions(+), 40 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/20789/1 -- To view, visit http://gerrit.cloudera.org:8080/20789 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I065510f846642098bc0182bc517324b88d175f0c Gerrit-Change-Number: 20789 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
