summaryrefslogtreecommitdiffstats
path: root/discover/event.h
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-02 17:29:37 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commit3696c3db457c4f5456fd357700085caa1056a0f0 (patch)
tree47b278f3bbc249a0594dfc30398f0d5f7eb587a2 /discover/event.h
parent0e8f8a64666558ed53bf25788bcce2167ff97890 (diff)
downloadtalos-petitboot-3696c3db457c4f5456fd357700085caa1056a0f0.tar.gz
talos-petitboot-3696c3db457c4f5456fd357700085caa1056a0f0.zip
discover/event: Rename param -> event_param
To avoid name clash with other 'struct param'. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'discover/event.h')
-rw-r--r--discover/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/event.h b/discover/event.h
index 1f6966c..2d83ad9 100644
--- a/discover/event.h
+++ b/discover/event.h
@@ -23,7 +23,7 @@ struct event {
enum event_action action;
const char *device;
- struct param {
+ struct event_param {
char *name;
char *value;
} *params;
OpenPOWER on IntegriCloud