From e707afad9f6282bc425f8b0262ea5a6db018ec92 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:34:41 -0700 Subject: libglusterfsclient: Add VMP-based utimes Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 0d79fa504..0381650c3 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -299,6 +299,13 @@ glusterfs_glh_statvfs (glusterfs_handle_t handle, const char *path, int glusterfs_statvfs (const char *path, struct statvfs *buf); + +int +glusterfs_glh_utimes (glusterfs_handle_t handle, const char *path, + const struct timeval times[2]); + +int +glusterfs_utimes (const char *path, const struct timeval times[2]); /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void -- cgit