Only send job options once
authorJens Axboe <axboe@kernel.dk>
Mon, 12 Mar 2012 06:47:27 +0000 (07:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Mar 2012 06:47:27 +0000 (07:47 +0100)
commitb7cfb2e18ba4815aa74eaf5d8637d466a51b712d
tree2a42c43b06d7a38a1bb08f7b667fcab077734076
parentdef0ac29a7eb92282cf7f208b229261bb254ca00
Only send job options once

If we have numjobs=x set with x higher than 1, the CLI client
prints the first and last job. But for the GUI, we just want
the one notification of an added job.

This fixes the case where we seem to have loaded two jobs,
but it is just one.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c