Fixed EAGAIN handling in blktrace.c
authorAlan D. Brunelle <alan.brunelle@hp.com>
Tue, 17 Feb 2009 13:48:40 +0000 (08:48 -0500)
committerAlan D. Brunelle <alan.brunelle@hp.com>
Tue, 17 Feb 2009 13:48:40 +0000 (08:48 -0500)
commit5d65b5e6333cfdd14ab0e944cef8474445e531b3
tree6d5b6308b2ee09bfa89d967af120ff72c5e43c9f
parent358504bb7869e73e38abcbc78b50d441f693711e
Fixed EAGAIN handling in blktrace.c

EAGAIN was causing header failures in network mode. Added in a usleep
and retried the recv().

Signed-off-by: Alan D. Brunelle <alan.brunelle@hp.com>
blktrace.c