X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_internal.h;h=6eec20be8d37c21dba3ef9ae628e135627e853bd;hb=05b6528d2dc6f0b6b7647a2a3fd05bedd8b30f29;hp=e103eecb0038b79b9a64421ba546688004bca4a5;hpb=98060d83459ba10409f295898f0ec917f938b4d3;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_internal.h b/lustre/obdclass/llog_internal.h index e103eec..6eec20b 100644 --- a/lustre/obdclass/llog_internal.h +++ b/lustre/obdclass/llog_internal.h @@ -56,8 +56,8 @@ struct llog_thread_info { struct dt_object_format lgi_dof; struct lu_buf lgi_buf; loff_t lgi_off; - struct llog_rec_hdr lgi_lrh; - struct llog_rec_tail lgi_tail; + struct llog_logid_rec lgi_logid; + struct dt_insert_rec lgi_dt_rec; }; extern struct lu_context_key llog_thread_key; @@ -89,7 +89,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 class_config_yaml_output(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);