libsmb: Implement SMB_FIND_FILE_UNIX_INFO2 dir listing
[bbaumbach/samba-autobuild/.git] / source3 / include / client.h
index 23ba86d2a2c4ab33bf5955623892c8667f79807e..34b6a9fc383dc7c786b76ead097389bed3852050 100644 (file)
@@ -114,6 +114,12 @@ struct file_info {
        struct timespec mtime_ts;
        struct timespec atime_ts;
        struct timespec ctime_ts;
+
+       /*
+        * Native sbuf from posix extensions. Valid if st_ex_nlink!=0.
+        */
+       SMB_STRUCT_STAT posix_sbuf;
+
        char *name;
        char *short_name;
 };