X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_internal.h;h=0e8d3b28a71ea1aa15ff67b4e5ad646342d77162;hb=2d617260aaa5f778ab8dcb006e2a827f4b8f8567;hp=0fd19360d133ca1f7f3dec88b10d940ffabdd2f3;hpb=6fb209991e80cf71d97ad566d1a757e4a31466e0;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_internal.h b/lustre/obdclass/llog_internal.h index 0fd1936..0e8d3b2 100644 --- a/lustre/obdclass/llog_internal.h +++ b/lustre/obdclass/llog_internal.h @@ -79,8 +79,12 @@ static inline struct llog_thread_info *llog_info(const struct lu_env *env) int llog_info_init(void); void llog_info_fini(void); -int llog_cat_id2handle(struct llog_handle *cathandle, struct llog_handle **res, - struct llog_logid *logid); -int class_config_dump_handler(struct llog_handle * handle, - struct llog_rec_hdr *rec, void *data); +int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle, + struct llog_handle **res, struct llog_logid *logid); +int class_config_dump_handler(const struct lu_env *env, + struct llog_handle *handle, + struct llog_rec_hdr *rec, void *data); +int llog_process_or_fork(const struct lu_env *env, + struct llog_handle *loghandle, + llog_cb_t cb, void *data, void *catdata, bool fork); #endif