X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre%2Flustreapi.h;h=7ed703e2c472e2dad61b37973dc706d80df81f6f;hb=refs%2Fchanges%2F45%2F37545%2F15;hp=39a80904b316e055265b9ce6d04e4ad596226131;hpb=aed166fa29e6f39e53bcc0402ed4875776915a55;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre/lustreapi.h b/lustre/include/lustre/lustreapi.h index 39a8090..7ed703e 100644 --- a/lustre/include/lustre/lustreapi.h +++ b/lustre/include/lustre/lustreapi.h @@ -38,6 +38,7 @@ * @{ */ +#include #include #include #include @@ -1118,6 +1119,10 @@ int llapi_layout_sanity(struct llapi_layout *layout, bool incomplete, bool flr); void llapi_layout_sanity_perror(int error); int llapi_layout_dom_size(struct llapi_layout *layout, uint64_t *size); +int llapi_param_get_paths(const char *pattern, glob_t *paths); +int llapi_param_get_value(const char *path, char **buf, size_t *buflen); +void llapi_param_paths_free(glob_t *paths); + /** @} llapi */ #if defined(__cplusplus)