Whamcloud - gitweb
LU-9727 lustre: add uid/gid to Changelogs entries
[fs/lustre-release.git] / lustre / include / lustre / lustreapi.h
index 165e1fe..80ba7aa 100644 (file)
@@ -396,6 +396,8 @@ int llapi_changelog_get_fd(void *priv);
 /* Allow records up to endrec to be destroyed; requires registered id. */
 int llapi_changelog_clear(const char *mdtname, const char *idstr,
                          long long endrec);
+extern int llapi_changelog_set_xflags(void *priv,
+                                   enum changelog_send_extra_flag extra_flags);
 
 /* HSM copytool interface.
  * priv is private state, managed internally by these functions