X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre%2Fliblustreapi.h;h=f667c008f10b11216674750589edc7511f8a3154;hb=cff450108c604eebd211e719007800539b537a61;hp=7dbe8c7fe651c4ceb486daeb1746976724ce8ce5;hpb=f10371aecfb4aeb7fd972eac5eeb6b7318ad3fc6;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre/liblustreapi.h b/lustre/include/lustre/liblustreapi.h index 7dbe8c7..f667c00 100644 --- a/lustre/include/lustre/liblustreapi.h +++ b/lustre/include/lustre/liblustreapi.h @@ -174,9 +174,12 @@ extern int llapi_rgetfacl(int argc, char *argv[]); extern int llapi_cp(int argc, char *argv[]); extern int llapi_ls(int argc, char *argv[]); extern int llapi_changelog_open(const char *mdtname, long long startrec); -extern int llapi_changelog_clear(const char *mdtname, long long endrec); +extern int llapi_changelog_clear(const char *mdtname, const char *idstr, + long long endrec); +extern int llapi_changelog_register(const char *mdtname); +extern int llapi_changelog_unregister(const char *mdtname, int id); struct lu_fid; extern int llapi_fid2path(char *device, char *fid, char *path, int pathlen, - __u64 recno, int *linkno); + long long *recno, int *linkno); #endif