add support for defining global host info
[project/usteer.git] / remote.h
index b749f64485591a8e6621ee9fb87d64145159dabf..1c0123396738deb2101efcb6ede20ba5309a0218 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -26,6 +26,7 @@ enum {
        APMSG_ID,
        APMSG_SEQ,
        APMSG_NODES,
+       APMSG_HOST_INFO,
        __APMSG_MAX
 };
 
@@ -33,6 +34,7 @@ struct apmsg {
        uint32_t id;
        uint32_t seq;
        struct blob_attr *nodes;
+       struct blob_attr *host_info;
 };
 
 enum {