Merge lp://staging/~thomas-voss/biometryd/robustify-comms into lp://staging/biometryd
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Thomas Voß |
Approved revision: | 27 |
Merged at revision: | 27 |
Proposed branch: | lp://staging/~thomas-voss/biometryd/robustify-comms |
Merge into: | lp://staging/biometryd |
Diff against target: |
275 lines (+108/-31) 7 files modified
src/biometry/cmds/test.cpp (+74/-15) src/biometry/dbus/service.cpp (+23/-5) src/biometry/dbus/stub/device.cpp (+2/-2) src/biometry/dbus/stub/identifier.cpp (+1/-1) src/biometry/dbus/stub/operation.h (+2/-2) src/biometry/dbus/stub/service.cpp (+1/-1) src/biometry/dbus/stub/template_store.cpp (+5/-5) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/biometryd/robustify-comms |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Fels | Approve | ||
Review via email: mp+296653@code.staging.launchpad.net |
Commit message
Robustify comms with the service side of things.
Adjust cmds::Test to account for async operations.
Description of the change
Robustify comms with the service side of things.
Adjust cmds::Test to account for async operations.
To post a comment you must log in.
LGTM