Ignore:
Timestamp:
Sep 27, 2013, 1:57:24 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: timestamp work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/smbwrp.h

    r808 r818  
    9191        int denymode;
    9292        unsigned long mtime;
    93         int newmtime;
     93        unsigned long ctime;
     94        int updatetime;
     95        // 0 = time is not updated upon file close
     96        // 1 = modified time is updated to current time
     97        // 2 = create and modified time are updated according local file
    9498        char fullname[261];
    9599        char fname[261];
Note: See TracChangeset for help on using the changeset viewer.