Whamcloud - gitweb
b=17167 libcfs: ensure all libcfs exported symbols to have cfs_ prefix
[fs/lustre-release.git] / lustre / obdclass / llog_internal.h
index d83733e..82433cb 100644 (file)
@@ -45,7 +45,7 @@ struct llog_process_info {
         void               *lpi_cbdata;
         void               *lpi_catdata;
         int                 lpi_rc;
-        struct completion   lpi_completion;
+        cfs_completion_t    lpi_completion;
 };
 
 int llog_cat_id2handle(struct llog_handle *cathandle, struct llog_handle **res,