Whamcloud - gitweb
LU-1346 libcfs: replace libcfs wrappers with kernel API
[fs/lustre-release.git] / lustre / obdclass / llog_internal.h
index 524053b..05330f8 100644 (file)
@@ -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);