commit | c2cb68696255a8fda93043a1f2219b60af614549 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 23 20:56:12 2012 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 23 20:56:12 2012 +0100 |
tree | 2c4bd7bce37d3fef18c0376c7c2077b0b41bd3dd | |
parent | ae38c0dcd570265aef09aa132ce27278d8909a1d [diff] |
client: exit if no jobs were sent and client is idle If we invoke the client without arguments, it gets the probe response and then waits for further response from the server. But if no command line or job files were sent, the server is idle. In that case, just quit. Signed-off-by: Jens Axboe <axboe@kernel.dk>