summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2014-12-11 07:35:10 +0530
committerGünther Deschner <gd@samba.org>2014-12-17 16:35:37 +0100
commit051b81aac81c7ccb234da221e9f8272b70b265ce (patch)
tree6991d037469bdc5a516db0bbb3c55acbe356705f /source3/wscript
parent26b3544251babdfcdf5ada338a4ed39ff18bc47a (diff)
downloadsamba-051b81aac81c7ccb234da221e9f8272b70b265ce.tar.gz
samba-051b81aac81c7ccb234da221e9f8272b70b265ce.tar.xz
samba-051b81aac81c7ccb234da221e9f8272b70b265ce.zip
vfs_glusterfs: Implement AIO support
Signed-off-by: Poornima G <pgurusid@redhat.com> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Dec 17 16:35:37 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index f61c049e6d..bb57db5338 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -551,6 +551,7 @@ return acl_get_perm_np(permset_d, perm);
conf.DEFINE('HAVE_NO_AIO', '1')
if host_os.rfind('linux') > -1:
+ conf.CHECK_FUNCS('eventfd')
conf.CHECK_FUNCS_IN('io_submit', 'aio')
conf.CHECK_CODE('''
struct io_event ioev;