Merge lp:~bregma/grail/lp-1475888 into lp:grail
Proposed by
Stephen M. Webb
Status: | Merged |
---|---|
Approved by: | Brandon Schaefer |
Approved revision: | 260 |
Merged at revision: | 258 |
Proposed branch: | lp:~bregma/grail/lp-1475888 |
Merge into: | lp:grail |
Diff against target: |
146 lines (+16/-27) 5 files modified
m4/xorg-gtest.m4 (+7/-6) src/subscription.cpp (+4/-16) src/subscription.h (+2/-2) test/gtest/Makefile.am (+2/-2) test/integration/x11/timeout.cpp (+1/-1) |
To merge this branch: | bzr merge lp:~bregma/grail/lp-1475888 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Brandon Schaefer (community) | Approve | ||
Review via email:
|
Commit message
timeout: stored uint64_t instead of converting back and forth to float
Description of the change
Used a uint64_t for transient storage of timeouts instead of floats to eliminate all the back-and-forth conversions.
Fixes lp:1475888 and deb:753646
To post a comment you must log in.
LGTM