]> git.ozlabs.org Git - petitboot/commit
event: Make strings const
authorGeoff Levand <geoff@infradead.org>
Mon, 22 Apr 2013 00:49:37 +0000 (17:49 -0700)
committerGeoff Levand <geoff@infradead.org>
Sun, 28 Apr 2013 19:34:05 +0000 (12:34 -0700)
commit7acd3374490fd4fe035edcbd2c1393961e6090db
tree74269f29887e93dbbb865852e426b066fa505abd
parent158b5a1ec8b4156da1d335a4f940919578928790
event: Make strings const

The processing of events does not modify the event strings, so change the
strings in struct event to const (read-only).

Signed-off-by: Geoff Levand <geoff@infradead.org>
discover/event.h