Commit 874ef580 authored by Hitesh Khandelwal's avatar Hitesh Khandelwal Committed by Sara Golemon

API for getTimeoutManager

Test Plan: Tested end-to-end with D1342452

Reviewed By: mshneer@fb.com

Subscribers: alandau, bmatheny

FB internal diff: D1470814

Tasks: 2682011
parent fae4fcc8
...@@ -138,6 +138,10 @@ class AsyncTimeout : private boost::noncopyable { ...@@ -138,6 +138,10 @@ class AsyncTimeout : private boost::noncopyable {
void detachTimeoutManager(); void detachTimeoutManager();
void detachEventBase(); void detachEventBase();
const TimeoutManager* getTimeoutManager() {
return timeoutManager_;
}
/** /**
* Returns the internal handle to the event * Returns the internal handle to the event
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment