io/uring: basic Linux io_uring support

This commit is contained in:
Max Kellermann
2020-05-05 14:28:15 +02:00
parent 935e622915
commit 62d0ceabcc
11 changed files with 638 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ option('test', type: 'boolean', value: false, description: 'Build the unit tests
option('syslog', type: 'feature', description: 'syslog support')
option('inotify', type: 'boolean', value: true, description: 'inotify support (for automatic database update)')
option('io_uring', type: 'feature', description: 'Linux io_uring support using liburing')
option('daemon', type: 'boolean', value: true, description: 'enable daemonization')
option('systemd', type: 'feature', description: 'systemd support')