diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-15 19:50:20 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-15 19:50:20 +0000 |
commit | 823869e64ce6326ad59f62d4296ab2f6fdba0c89 (patch) | |
tree | e6e43a24492f951e2a94830f355e42446fa2cfce /nfs/rpcsvc/nfs_prot.h | |
parent | e4a33783b9ff72a8dd9048b7a54646f0527aa9e9 (diff) |
*** empty log message ***
Diffstat (limited to 'nfs/rpcsvc/nfs_prot.h')
-rw-r--r-- | nfs/rpcsvc/nfs_prot.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nfs/rpcsvc/nfs_prot.h b/nfs/rpcsvc/nfs_prot.h index a51f7c9f..476c72ef 100644 --- a/nfs/rpcsvc/nfs_prot.h +++ b/nfs/rpcsvc/nfs_prot.h @@ -66,6 +66,14 @@ enum ftype { NF2FIFO = 8, /* v2 only */ }; +/* Ways to set the time in setattr structures */ +enum sattr_time_how +{ + DONT_CHANGE = 0, + SET_TO_SERVER_TIME = 1, + SET_TO_CLIENT_TIME = 2, +}; + #define NFS_PROGRAM ((u_long)100003) #define NFS_VERSION ((u_long)2) |