commit | 932ececa1674c59a8da9f3e32d2651e781b86fc4 | [log] [tgz] |
---|---|---|
author | Yangster-mac <yanglu@google.com> | Thu Feb 01 10:23:52 2018 -0800 |
committer | Yangster-mac <yanglu@google.com> | Tue Feb 27 13:30:48 2018 -0800 |
tree | a4a50f201dcf483eb24deacccc12479aff097757 | |
parent | f34ad9509df18aff1f36123b839c62003216245c [diff] [blame] |
Alarm: wakes up statsd and notifies the subscribers. Test: manually tested it. Change-Id: Id796a68976aeb1611183023ba4e9c6a8b8c44bb8
diff --git a/cmds/statsd/src/HashableDimensionKey.h b/cmds/statsd/src/HashableDimensionKey.h index 89fe317..5d016e9 100644 --- a/cmds/statsd/src/HashableDimensionKey.h +++ b/cmds/statsd/src/HashableDimensionKey.h
@@ -40,7 +40,7 @@ mValues = values; } - HashableDimensionKey(){}; + HashableDimensionKey() {}; HashableDimensionKey(const HashableDimensionKey& that) : mValues(that.getValues()){};