ted-ross commented on a change in pull request #654: DISPATCH-1532 - 
Reimplemented mobile-address-synchronization as a cor…
URL: https://github.com/apache/qpid-dispatch/pull/654#discussion_r360431143
 
 

 ##########
 File path: src/router_core/route_tables.c
 ##########
 @@ -784,19 +852,19 @@ static void qdr_do_link_lost(qdr_core_t *core, 
qdr_general_work_t *work)
 }
 
 
-void qdr_post_mobile_added_CT(qdr_core_t *core, const char *address_hash, 
qd_address_treatment_t treatment)
+void qdr_post_set_mobile_seq_CT(qdr_core_t *core, int router_maskbit, uint64_t 
mobile_seq)
 {
-    qdr_general_work_t *work = qdr_general_work(qdr_do_mobile_added);
-    work->field = qdr_field(address_hash);
-    work->treatment = treatment;
+    qdr_general_work_t *work = qdr_general_work(qdr_do_set_mobile_seq);
+    work->in_conn_id = mobile_seq;
 
 Review comment:
   Ok... You're right...  I fixed it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to