r4816: Note that NTTIME is 4-byte aligned which makes the comment about alignment
authorTim Potter <tpot@samba.org>
Tue, 18 Jan 2005 06:38:11 +0000 (06:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:58 +0000 (13:08 -0500)
for NTTIME_hyper make a bit more sense.
(This used to be commit 03c1dcb59658e92da6f7643350c06f9efa42f6c4)

source4/include/smb.h

index f5115edc08f66c42a48e5254046139cf6b02170b..3032847460d578ddf6141501053f59e6725e4607 100644 (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 */