Rename two callback function names of ConnectionEventCallback
authorMohammad Husain <mhusain@fb.com>
Mon, 26 Oct 2015 18:56:02 +0000 (11:56 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Mon, 26 Oct 2015 19:20:21 +0000 (12:20 -0700)
commit22f86ef7dd5148c7b2b08d1b050d2463e70a4f29
treeacd3f5fca85b5dcc879435c9b629cf1f7c7770be
parent209397bd28c1ecd569a0dae144d4729e79041a35
Rename two callback function names of ConnectionEventCallback

Summary: Renaming `EnqueuedForAccept` and `DequeuedByAccept` to
`EnqueuedForAcceptor` and `DequeuedByAcceptor` respectively to make it clear
that the connection is queued for the Acceptor not to call `accept` on.

Reviewed By: yfeldblum

Differential Revision: D2554578

fb-gh-sync-id: 072a9ff122658827d1e89f2bef79ad565dad7974
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncServerSocket.h
folly/io/async/test/AsyncSocketTest2.cpp