]> wimlib.net Git - wimlib/commit
mount_image.c: More message queue changes
authorEric Biggers <ebiggers3@gmail.com>
Tue, 18 Dec 2012 05:56:41 +0000 (23:56 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 18 Dec 2012 05:56:41 +0000 (23:56 -0600)
commit9f9d3eb4bb33782c66d52b825bb84578f74de817
treecb3f916b694ea785e9636ed452455a2500bba30d
parent4060f9b504b8141b026bb1ec80a57e0de196e758
mount_image.c:  More message queue changes

Yet another rewrite of the message sending/receiving functions.  Everything is
now sent through a generic message loop function with callbacks.  At the same
time, another message has been introduced that is sent from the daemon to the
unmount process to provide its pid.  Then, the unmount process can detect if the
filesystem daemon has crashed by polling this pid every second.  (This should
solve the 10 minute timeout problem.)
src/mount_image.c
src/util.c
src/util.h
src/wimlib.h