Comm::ConnOpener::Calls Struct Reference
handles to calls which we may need to cancel. More...
Collaboration diagram for Comm::ConnOpener::Calls:

Public Attributes | |
| AsyncCall::Pointer | earlyAbort_ |
| AsyncCall::Pointer | timeout_ |
| bool | sleep_ |
Detailed Description
Definition at line 80 of file ConnOpener.h.
Member Data Documentation
◆ earlyAbort_
| AsyncCall::Pointer Comm::ConnOpener::Calls::earlyAbort_ |
Definition at line 81 of file ConnOpener.h.
◆ sleep_
| bool Comm::ConnOpener::Calls::sleep_ |
Whether we are idling before retrying to connect; not yet a call [that we can cancel], but it will probably become one eventually.
Definition at line 85 of file ConnOpener.h.
◆ timeout_
| AsyncCall::Pointer Comm::ConnOpener::Calls::timeout_ |
Definition at line 82 of file ConnOpener.h.
The documentation for this struct was generated from the following file:
- src/comm/ConnOpener.h
