Ignore:
Timestamp:
Sep 19, 2013, 6:20:36 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Client 2.1: Even more work on timestamps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.1/src/smbwrp.h

    r806 r813  
    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.