]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/DiskThreads/DiskThreads.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / DiskIO / DiskThreads / DiskThreads.h
index 3bfc61be602d1f0b9a12bd14b5f3ca5065a40a85..f623085aa69e2c791eaaa342d3ab37189acbd78f 100644 (file)
@@ -60,8 +60,8 @@ struct squidaio_result_t {
     int aio_return;
     int aio_errno;
     enum _squidaio_request_type result_type;
-    void *_data;               /* Internal housekeeping */
-    void *data;                        /* Available to the caller */
+    void *_data;        /* Internal housekeeping */
+    void *data;         /* Available to the caller */
 };
 
 struct squidaio_ctrl_t {
@@ -134,3 +134,4 @@ extern AIOCounts squidaio_counts;
 extern dlink_list used_list;
 
 #endif
+