1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-14 00:58:38 +03:00

r4816: Note that NTTIME is 4-byte aligned which makes the comment about alignment

for NTTIME_hyper make a bit more sense.
This commit is contained in:
Tim Potter 2005-01-18 06:38:11 +00:00 committed by Gerald (Jerry) Carter
parent f2ce80e335
commit 03c1dcb596

View File

@ -199,7 +199,7 @@ typedef struct data_blob {
/* 8 byte aligned 'hyper' type from MS IDL */
typedef uint64_t HYPER_T;
/* 64 bit time (100 nanosec) 1601 - cifs6.txt, section 3.5, page 30 */
/* 64 bit time (100 nanosec) 1601 - cifs6.txt, section 3.5, page 30, 4 byte aligned */
typedef uint64_t NTTIME;
/* 64 bit time (100 nanosec) 1601, but 8 byte aligned 'hyper' type */