X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre%2Flustreapi.h;h=38244a2c1fd6ef8b4ea0ac580cd8fd4d460b4fd9;hp=54b9d1c852c5b96eef21e09cad62b85ffb034171;hb=35b3a429d1915ec147f01a42c4ec0526b887d1c7;hpb=4f8ca8e2f0e2d7523169e7ba7f7192600eace5a1 diff --git a/lustre/include/lustre/lustreapi.h b/lustre/include/lustre/lustreapi.h index 54b9d1c..38244a2 100644 --- a/lustre/include/lustre/lustreapi.h +++ b/lustre/include/lustre/lustreapi.h @@ -328,9 +328,10 @@ struct hsm_copytool_private; struct hsm_copyaction_private; extern int llapi_hsm_copytool_register(struct hsm_copytool_private **priv, - const char *mnt, int flags, - int archive_count, int *archives); + const char *mnt, int archive_count, + int *archives, int rfd_flags); extern int llapi_hsm_copytool_unregister(struct hsm_copytool_private **priv); +extern int llapi_hsm_copytool_get_fd(struct hsm_copytool_private *ct); extern int llapi_hsm_copytool_recv(struct hsm_copytool_private *priv, struct hsm_action_list **hal, int *msgsize); extern int llapi_hsm_action_begin(struct hsm_copyaction_private **phcp,