]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - c_src/libbcachefs/thread_with_file_types.h
Move c_src dirs back to toplevel
[bcachefs-tools-debian] / c_src / libbcachefs / thread_with_file_types.h
diff --git a/c_src/libbcachefs/thread_with_file_types.h b/c_src/libbcachefs/thread_with_file_types.h
deleted file mode 100644 (file)
index 90b5e64..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _BCACHEFS_THREAD_WITH_FILE_TYPES_H
-#define _BCACHEFS_THREAD_WITH_FILE_TYPES_H
-
-struct stdio_redirect {
-       spinlock_t              output_lock;
-       wait_queue_head_t       output_wait;
-       struct printbuf         output_buf;
-
-       spinlock_t              input_lock;
-       wait_queue_head_t       input_wait;
-       struct printbuf         input_buf;
-       bool                    done;
-};
-
-#endif /* _BCACHEFS_THREAD_WITH_FILE_TYPES_H */