diff options
author | Max Kellermann <max@duempel.org> | 2011-08-24 02:34:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-24 02:55:05 +0200 |
commit | e242f3999c7f0219926877e4accf4763fec2972c (patch) | |
tree | 1c1631d0fcc231d1ba409cd351d6d932cd2da4bf /Makefile.am | |
parent | 523f89cc8c661687f2994cafcd6ca7cf40eae49f (diff) | |
download | mpd-e242f3999c7f0219926877e4accf4763fec2972c.tar.gz mpd-e242f3999c7f0219926877e4accf4763fec2972c.tar.xz mpd-e242f3999c7f0219926877e4accf4763fec2972c.zip |
io_thread: new thread for non-blocking background I/O
Try to eliminate the remaining blocking I/O.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c699397b5..b350424f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -298,6 +298,7 @@ src_mpd_SOURCES = \ src/listen.c \ src/log.c \ src/ls.c \ + src/io_thread.c src/io_thread.h \ src/main.c \ src/main_win32.c \ src/event_pipe.c \ |