Github user ted-ross commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/119#discussion_r90902246
  
    --- Diff: include/qpid/dispatch/server.h ---
    @@ -477,6 +477,15 @@ typedef int (*qd_pn_event_handler_cb_t)(void 
*handler_context, void* conn_contex
     
     
     /**
    + * Post event process handler
    + * Invoke only after all proton events have been popped from the collector.
    + *
    + * @param conn The connection for which all proton events have been popped.
    + */
    +typedef void (*qd_pn_event_complete_cb_t)(qd_connection_t *conn);
    --- End diff --
    
    All of the callback's need to include the context argument (even it you 
don't use it in your handler).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to