Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 427b55786034e00c6beef2c88fcdee263fcb5ec0 https://github.com/openSUSE/wicked/commit/427b55786034e00c6beef2c88fcdee263f... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-02-04 (Tue, 04 Feb 2014) Changed paths: M client/ifdown.c M client/ifreload.c M client/ifup.c M include/wicked/fsm.h M src/client/client_state.h M src/fsm.c Log Message: ----------- client: Improve initialization of client-state structure - Split ni_fsm_get_matching_workers() and ni_fsm_mark_matching_workers() - Introduce new type ni_ifmarker_t to mark specific attributes of ifworkers (target_range, persistent) - get rid of ni_fsm_set_client_state() and move the functionality to ni_ifworker_start() - possible due to the above split - Introduce macro to carefully set control flags like persistent Commit: a6fc1c91de050940fa6fea510b892f702892a92a https://github.com/openSUSE/wicked/commit/a6fc1c91de050940fa6fea510b892f7028... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-02-04 (Tue, 04 Feb 2014) Changed paths: M client/ifdown.c M client/ifreload.c M client/ifup.c M include/wicked/fsm.h M src/client/client_state.h M src/fsm.c Log Message: ----------- Merge pull request #146 from pwieczorkiewicz/client_state_1 Compare: https://github.com/openSUSE/wicked/compare/fb41aee533d3...a6fc1c91de05