]> code.ossystems Code Review - openembedded-core.git/commit
runqueue: pass a copy of the RunQueueStats to events
authorChris Larson <chris_larson@mentor.com>
Wed, 16 Feb 2011 22:18:06 +0000 (15:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Feb 2011 13:48:39 +0000 (13:48 +0000)
commit0f42f6b640813ca4d5a9d7b4292dafea563d2d7d
tree1aab7ad15c34d7b4b9809f111fc4b17d6e948ec6
parentec071acf23c494168f5d7934bca93466fffb2b68
runqueue: pass a copy of the RunQueueStats to events

This avoids cases where the stats are modified after the event is fired but
before it's dispatched to the UI.

(Bitbake rev: 1954f182687a0bd429175dda87f05d8a94bb403a)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py