X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_internal.h;h=d4be19c2820ce86cfe9d869b8c05fc53cf9d62b4;hb=141b41cdb5d531432f88a79829cdb55c51c421df;hp=8674351940beae1932907e60c1d43350918a123e;hpb=c5050e412572b00cbe93d8517d2d1f767bebfa92;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_internal.h b/lustre/obdclass/llog_internal.h index 8674351..d4be19c 100644 --- a/lustre/obdclass/llog_internal.h +++ b/lustre/obdclass/llog_internal.h @@ -1,10 +1,10 @@ #ifndef __LLOG_INTERNAL_H__ #define __LLOG_INTERNAL_H__ -int llog_get_cat_list(struct obd_device *obd, struct obd_device *disk_obd, - char *name, int count, struct llog_logid *idarray); -int llog_put_cat_list(struct obd_device *obd, struct obd_device *disk_obd, - char *name, int count, struct llog_logid *); +int llog_put_cat_list(struct obd_device *obd, struct obd_device *disk_obd, + char *name, int count, struct llog_catid *idarray); 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); #endif