Display I/O queuing model being used: FishIO or HercIO.

This commit is contained in:
Fish (David B. Trout)
2013-04-09 09:41:22 -07:00
parent 0e383b270d
commit 602cbb692c

View File

@@ -94,6 +94,8 @@ static const char *build_info[] = {
#if defined( OPTION_FISHIO)
"Using FishIO",
#else
"Using HercIO",
#endif
#if defined(OPTION_DYNAMIC_LOAD)