Release: Babeltrace 2.0.4 "Amqui"
[babeltrace.git] / src / fd-cache / fd-cache.h
index fb70a076e85b68880b0ab9ba9c1c6c268e4978ff..7a935b8f75bffc253b43571981f63fb4d24fd5a9 100644 (file)
  * SOFTWARE.
  */
 
-#include "common/babeltrace.h"
+#include "common/macros.h"
 
 struct bt_fd_cache_handle {
        int fd;
 };
 
 struct bt_fd_cache {
+       int log_level;
        GHashTable *cache;
 };
 
@@ -45,7 +46,7 @@ int bt_fd_cache_handle_get_fd(struct bt_fd_cache_handle *handle)
 }
 
 BT_HIDDEN
-int bt_fd_cache_init(struct bt_fd_cache *fdc);
+int bt_fd_cache_init(struct bt_fd_cache *fdc, int log_level);
 
 BT_HIDDEN
 void bt_fd_cache_fini(struct bt_fd_cache *fdc);
This page took 0.024525 seconds and 4 git commands to generate.