summaryrefslogtreecommitdiff
path: root/src/main/idl/CommonTypes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/idl/CommonTypes.idl')
-rw-r--r--src/main/idl/CommonTypes.idl12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/main/idl/CommonTypes.idl b/src/main/idl/CommonTypes.idl
index 93395eb..09b0767 100644
--- a/src/main/idl/CommonTypes.idl
+++ b/src/main/idl/CommonTypes.idl
@@ -34,7 +34,17 @@ module common
long mSecond;
long mTimeOffset; //in seconds
};
-
+
+ /**************************************************************************
+ * Serialized UUID for Item identification
+ *
+ * @version 1.0
+ **************************************************************************/
+ struct SystemKey
+ {
+ unsigned long long msb;
+ unsigned long long lsb;
+ };
}; //end of module common