Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / obdclass / llog_internal.h
1 #ifndef __LLOG_INTERNAL_H__
2 #define __LLOG_INTERNAL_H__
3
4 int llog_get_cat_list(struct obd_device *obd, struct obd_device *disk_obd, 
5                       char *name, int count, struct llog_logid *idarray);
6 int llog_put_cat_list(struct obd_device *obd, struct obd_device *disk_obd, 
7                       char *name, int count, struct llog_logid *);
8 int llog_cat_id2handle(struct llog_handle *cathandle, struct llog_handle **res,
9                        struct llog_logid *logid);
10 #endif