Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / obdclass / llog_internal.h
1 #ifndef __LLOG_INTERNAL_H__
2 #define __LLOG_INTERNAL_H__
3
4 int llog_put_cat_list(struct obd_device *obd, struct obd_device *disk_obd,
5                       char *name, int count, struct llog_catid *idarray);
6 int llog_cat_id2handle(struct llog_handle *cathandle, struct llog_handle **res,
7                        struct llog_logid *logid);
8 int class_config_dump_handler(struct llog_handle * handle,
9                               struct llog_rec_hdr *rec, void *data);
10 #endif