Changeset edf3f13e11443570a92c3dd4436839bc516181ad
- Timestamp:
- 06/02/08 17:55:02
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1212429302 +0000
- git-parent:
[23df8e9f199cb077a586490d9d495708b62bd93e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1212429302 +0000
- Message:
fix const arg
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc39dbcd |
redf3f13 |
|
| 648 | 648 | } |
|---|
| 649 | 649 | void |
|---|
| 650 | | noit_stats_set_metric(stats_t *newstate, char *name, metric_type_t type, |
|---|
| | 650 | noit_stats_set_metric(stats_t *newstate, const char *name, metric_type_t type, |
|---|
| 651 | 651 | void *value) { |
|---|
| 652 | 652 | metric_t *m; |
|---|
| rf921b22 |
redf3f13 |
|
| 169 | 169 | |
|---|
| 170 | 170 | API_EXPORT(void) |
|---|
| 171 | | noit_stats_set_metric(stats_t *, char *, metric_type_t, void *); |
|---|
| | 171 | noit_stats_set_metric(stats_t *, const char *, metric_type_t, void *); |
|---|
| 172 | 172 | |
|---|
| 173 | 173 | /* These are from noit_check_log.c */ |
|---|