]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
uclient: warn about stat_precise struct changes
authorSage Weil <sage@newdream.net>
Mon, 24 Aug 2009 18:33:47 +0000 (11:33 -0700)
committerSage Weil <sage@newdream.net>
Mon, 24 Aug 2009 18:33:51 +0000 (11:33 -0700)
src/client/Client.h

index 45ade973a439d2f09158549a5364106fb4dbb58d..e29fa6832783f1b9de8e7c4ac4c686c9e6ea675d 100644 (file)
@@ -702,6 +702,7 @@ class Client : public Dispatcher {
     bool at_end() { return (offset == END); }
   };
 
+  // **** WARNING: be sure to update the struct in libceph.h too! ****
   struct stat_precise {
     ino_t st_ino;
     dev_t st_dev;