wbclient: add wbcGuid structure.
authorGünther Deschner <gd@samba.org>
Thu, 2 Oct 2008 11:06:50 +0000 (13:06 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 9 Oct 2008 10:45:35 +0000 (12:45 +0200)
Guenther

source3/nsswitch/libwbclient/wbclient.h

index cae3feec5bfa5eee2079cd2021df3b09cd18103e..2fc7a9b7c1101a7fe5fc11e3c7a00410dea55d29 100644 (file)
@@ -136,6 +136,19 @@ struct wbcSidWithAttr {
 #define WBC_SID_ATTR_GROUP_RESOURCE            0x20000000
 #define WBC_SID_ATTR_GROUP_LOGON_ID            0xC0000000
 
+/**
+ *  @brief Windows GUID
+ *
+ **/
+
+struct wbcGuid {
+       uint32_t time_low;
+       uint16_t time_mid;
+       uint16_t time_hi_and_version;
+       uint8_t clock_seq[2];
+       uint8_t node[6];
+};
+
 /**
  * @brief Domain Information
  **/