ted-ross commented on a change in pull request #667: DISPATCH-1551 - Assure that differential MAUs are expected before acc… URL: https://github.com/apache/qpid-dispatch/pull/667#discussion_r368660215
########## File path: src/router_core/modules/mobile_sync/mobile.c ########## @@ -51,6 +51,8 @@ static const char *HAVE_SEQ = "have_seq"; #define ADDR_SYNC_TO_BE_DELETED 0x00000004 #define ADDR_SYNC_MOBILE_TRACKING 0x00000008 +#define ADDR_SYNC_MA_REQUESTED 0x00000001 Review comment: Will fix... ---------------------------------------------------------------- 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]
