4005bba437
This removes a race condition when the block driver performs a complete restart after a crash (the new default). If any user of the driver finds out its new endpoint and sends a request to the new driver instance before this instance has had the chance to initialize, then its initialization would clear all IPC state and thereby erroneously cancel the incoming request. Clearing IPC state is only desired upon a stateful restart (where the driver's endpoint is retained). This information is now passed to and used by libblockdriver accordingly. |
||
---|---|---|
.. | ||
crc.c | ||
crc.h | ||
driver.c | ||
inc.h | ||
main.c | ||
Makefile | ||
md5.c | ||
md5.h | ||
sum.c | ||
util.c |