Skip to content
  • Nick Mathewson's avatar
    Rename and clarify some functions for periodic events · b7cc631d
    Nick Mathewson authored
    When we tell the periodic event manager about an event, we are
    "registering" that event.  The event sits around without being
    usable, however, until we "connect" the event to libevent.  In the
    end, we "disconnect" the event and remove its libevent parts.
    
    Previously, we called these operations "add", "setup", and
    "destroy", which led to confusion.
    b7cc631d