Commit 550cb24d3c0a27815f7dd48324208baed72cb281

Ran Benita 2012-10-22T19:19:43

state: add struct state_components This holds all of the state component fields in the state in one struct. We will later want to keep the previous state components after updates, so this will allow us to do it without duplicating the fields. Signed-off-by: Ran Benita <ran234@gmail.com>