Move initialize_async_io_handler() inside of smbd/aio.c.
authorJeremy Allison <jra@samba.org>
Thu, 1 Apr 2010 23:47:59 +0000 (16:47 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 1 Apr 2010 23:47:59 +0000 (16:47 -0700)
commitbf90969892411f28ea330611156ddfec5e2e1321
tree96da5d225ee9a1b4094e1a635a5101d4e86fa0d0
parentb6aabcd628f3af1302a03af8cde15baa8d1f2905
Move initialize_async_io_handler() inside of smbd/aio.c.

Call from actual aio read or write. No reason to call this globally on startup.

Jeremy.
source3/include/proto.h
source3/smbd/aio.c
source3/smbd/process.c