summaryrefslogtreecommitdiffstats
path: root/discover/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/event.h')
-rw-r--r--discover/event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/discover/event.h b/discover/event.h
index 91575cc..900ced8 100644
--- a/discover/event.h
+++ b/discover/event.h
@@ -16,11 +16,11 @@ enum event_action {
struct event {
enum event_type type;
enum event_action action;
- char *device;
+ const char *device;
struct param {
- char *name;
- char *value;
+ const char *name;
+ const char *value;
} *params;
int n_params;
};
OpenPOWER on IntegriCloud