From 081bc55d54bffba5f1bb660d7757e5a13a6ea771 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 12 Nov 2012 13:28:11 -0600 Subject: Add NAME and ECMD_STRING to HostServices attributes These additions came about as a result of the HostServices code review meetings. Change-Id: I1d76b931a158ba724bdf0ee9835a1ecbb7b10100 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2310 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE Reviewed-by: Terry J. Opie Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/usr/runtime/common/hsvc_attribute_structs.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/usr/runtime/common') diff --git a/src/usr/runtime/common/hsvc_attribute_structs.H b/src/usr/runtime/common/hsvc_attribute_structs.H index 19f12ddcd..4493b07d5 100644 --- a/src/usr/runtime/common/hsvc_attribute_structs.H +++ b/src/usr/runtime/common/hsvc_attribute_structs.H @@ -73,5 +73,6 @@ struct hsvc_node_data_t // Custom Attribute IDs // Note: Standard fapi::AttributeId are only 32-bits so we can use the top // 32-bits of the 64-bit value for our own numbers -static const uint64_t HSVC_HUID = 0xFF000001FFFFFFFF; -static const uint64_t HSVC_PHYS_PATH = 0xFF000002FFFFFFFF; +static const uint64_t HSVC_HUID = 0xFF000001FFFFFFFF; +static const uint64_t HSVC_PHYS_PATH = 0xFF000002FFFFFFFF; +static const uint64_t HSVC_ECMD_STRING = 0xFF000003FFFFFFFF; -- cgit v1.2.3