Whamcloud - gitweb
006608728b0d46ac7db08e6d16019e6d051926ae
[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 #endif