[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-13 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at: https://github.com/apache/qpid-dispatch/pull/357 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209304945 --- Diff: include/qpid/dispatch/router_core.h --- @@ -797,4 +799,9 @@ qdr_connection_info_t *qdr_connection_info(bool is_encrypted,

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209298303 --- Diff: src/router_core/transfer.c --- @@ -717,6 +725,35 @@ void qdr_delivery_decref_CT(qdr_core_t *core, qdr_delivery_t *dlv, const char *l

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209296711 --- Diff: src/router_core/core_timer.c --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209295809 --- Diff: include/qpid/dispatch/router_core.h --- @@ -797,4 +799,9 @@ qdr_connection_info_t *qdr_connection_info(bool is_encrypted,

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209297255 --- Diff: src/router_core/transfer.c --- @@ -717,6 +725,35 @@ void qdr_delivery_decref_CT(qdr_core_t *core, qdr_delivery_t *dlv, const char *l

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209298628 --- Diff: src/router_node.c --- @@ -1179,6 +1180,9 @@ static void qd_router_timer_handler(void *context) // Periodic processing. //

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-10 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/357#discussion_r209165667 --- Diff: src/router_core/core_timer.c --- @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] qpid-dispatch pull request #357: DISPATCH-1099 - Added plumbing that sends t...

2018-08-09 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request: https://github.com/apache/qpid-dispatch/pull/357 DISPATCH-1099 - Added plumbing that sends ticks into the core You can merge this pull request into a Git repository by running: $ git pull