X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_internal.h;h=05330f8ec737699e1eff77ba31510dbb5d0acd54;hb=9fb46705ae86aa2c0ac29427f0ff24f923560eb7;hp=524053b3283cb75bccb93684bb0a55755c3c7162;hpb=1d2bf12a7c3e954858e08134f4e7bc1fce9a5812;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_internal.h b/lustre/obdclass/llog_internal.h index 524053b..05330f8 100644 --- a/lustre/obdclass/llog_internal.h +++ b/lustre/obdclass/llog_internal.h @@ -44,7 +44,7 @@ struct llog_process_info { void *lpi_catdata; int lpi_rc; int lpi_flags; - cfs_completion_t lpi_completion; + struct completion lpi_completion; const struct lu_env *lpi_env; }; @@ -84,6 +84,7 @@ int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle, int class_config_dump_handler(const struct lu_env *env, struct llog_handle *handle, struct llog_rec_hdr *rec, void *data); +int class_config_parse_rec(struct llog_rec_hdr *rec, char *buf, int size); int llog_process_or_fork(const struct lu_env *env, struct llog_handle *loghandle, llog_cb_t cb, void *data, void *catdata, bool fork);