@@ -93,14 +93,14 @@ class BCN_API full_node
9393 event_value value) NOEXCEPT;
9494
9595 // / Call from chaser start() methods (requires strand).
96- virtual object_key subscribe_events (event_notifier&& handler) NOEXCEPT;
96+ virtual object_key subscribe_chase (event_notifier&& handler) NOEXCEPT;
9797
9898 // / Call from protocol start() methods.
99- virtual void subscribe_events (event_notifier&& handler,
99+ virtual void subscribe_chase (event_notifier&& handler,
100100 event_completer&& complete) NOEXCEPT;
101101
102102 // / Unsubscribe from chaser events.
103- virtual void unsubscribe_events (object_key key) NOEXCEPT;
103+ virtual void unsubscribe_chase (object_key key) NOEXCEPT;
104104
105105 // / Suspensions.
106106 // / -----------------------------------------------------------------------
@@ -174,7 +174,7 @@ class BCN_API full_node
174174 void do_close () NOEXCEPT override ;
175175
176176private:
177- void do_subscribe_events (const event_notifier& handler,
177+ void do_subscribe_chase (const event_notifier& handler,
178178 const event_completer& complete) NOEXCEPT;
179179 void do_notify (const code& ec, chase event_, event_value value) NOEXCEPT;
180180 void do_notify_one (object_key key, const code& ec, chase event_,
0 commit comments