Merge lp://staging/~cbehrens/agent-smith/slist-improvements into lp://staging/agent-smith
Proposed by
Chris Behrens
Status: | Merged |
---|---|
Merged at revision: | 74 |
Proposed branch: | lp://staging/~cbehrens/agent-smith/slist-improvements |
Merge into: | lp://staging/agent-smith |
Diff against target: |
741 lines (+405/-82) 7 files modified
src/slist.c (+134/-23) src/slist.h (+75/-8) src/spool.c (+23/-9) src/xen.c (+34/-7) tests/check_slist.c (+109/-17) tests/check_spool.c (+1/-0) tests/mock_xenstore.c (+29/-18) |
To merge this branch: | bzr merge lp://staging/~cbehrens/agent-smith/slist-improvements |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Agent Smith devs | Pending | ||
Review via email: mp+33613@code.staging.launchpad.net |
Description of the change
Reworked SList to be a doubly linked list to not require searching to the end to add a new element.
Added a number of functions so that struct members are not accessed directly
Doxygen'd
To post a comment you must log in.