From fb8efa4c6ab4bc1af49d05b0bc6b16eb188ea3b1 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 30 Sep 2011 13:29:18 +0530 Subject: storage/posix: implement native linux AIO support Configurable via cli with "storage.linux-aio" settable option Change-Id: I9929e0d6fc1bbc2a0fe1fb67bfc8d15d8a483d3f BUG: 837495 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.com/3627 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/storage/posix/src/posix-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/storage/posix/src/posix-mem-types.h') diff --git a/xlators/storage/posix/src/posix-mem-types.h b/xlators/storage/posix/src/posix-mem-types.h index 10aa75edc..b8d81248c 100644 --- a/xlators/storage/posix/src/posix-mem-types.h +++ b/xlators/storage/posix/src/posix-mem-types.h @@ -30,6 +30,7 @@ enum gf_posix_mem_types_ { gf_posix_mt_int32_t, gf_posix_mt_posix_dev_t, gf_posix_mt_trash_path, + gf_posix_mt_paiocb, gf_posix_mt_end }; #endif -- cgit