Changeset 515adc17bef9b5e8b00381587dd0b018e62aca66
- Timestamp:
- 05/23/10 00:17:18
(3 years ago)
- Author:
- Jason Dixon <jdixon@omniti.com>
- git-committer:
- Jason Dixon <jdixon@omniti.com> 1274573838 +0000
- git-parent:
[0ed99ebbcbb8a44b7bd9baff70051c32bc93030b]
- git-author:
- Jason Dixon <jdixon@omniti.com> 1274573838 +0000
- Message:
explicitly set type
git-svn-id: https://labs.omniti.com/resmon/branches/resmon2@392 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8ce4149 |
r515adc1 |
|
| 82 | 82 | |
|---|
| 83 | 83 | %metrics = map { $_ => shift(@values) } @keys; |
|---|
| | 84 | for my $key (keys %metrics) { |
|---|
| | 85 | $metrics{$key} = [$metrics{$key}, 'I']; |
|---|
| | 86 | } |
|---|
| 84 | 87 | |
|---|
| 85 | 88 | return \%metrics; |
|---|