You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2022/09/06 16:10:14 UTC

[GitHub] [celix] pnoltes commented on a diff in pull request #437: Add v2 of shared memory remote service admin

pnoltes commented on code in PR #437:
URL: https://github.com/apache/celix/pull/437#discussion_r963908483


##########
bundles/remote_services/remote_service_admin_shm_v2/rsa_shm/src/rsa_shm_msg.h:
##########
@@ -31,22 +31,24 @@ typedef enum {
     REQUESTING = 0,
     REPLYING = 1,
     REPLIED = 2,
-    ABEND = 3,
-}MSG_STATE;
+    ABEND = 3,//abnormal end

Review Comment:
   aah thanks, good to know :)



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org