Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h

Issue 565343002: [NaCl SDK] nacl_io: Plumb through {,f}utime{,s} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
diff --git a/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h b/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
index 3ddc289845a98ba1bae3b008d67489053aee2a8a..5bd7bc112645b8d95ff8351cec9426f505c06468 100644
--- a/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
+++ b/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
@@ -54,6 +54,7 @@ class FuseFsNode : public Node {
virtual Error Tcsetattr(int optional_actions,
const struct termios* termios_p);
virtual Error GetSize(off_t* out_size);
+ virtual Error Futimens(const struct timespec times[2]);
protected:
struct fuse_operations* fuse_ops_;
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/fuse.h ('k') | native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698