mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
journal: make constant argument actually 'const'
This commit is contained in:
parent
456aa87906
commit
31e99dd2cc
@ -2561,7 +2561,7 @@ static void process_q_overflow(sd_journal *j) {
|
||||
log_debug("Reiteration complete.");
|
||||
}
|
||||
|
||||
static void process_inotify_event(sd_journal *j, struct inotify_event *e) {
|
||||
static void process_inotify_event(sd_journal *j, const struct inotify_event *e) {
|
||||
Directory *d;
|
||||
|
||||
assert(j);
|
||||
|
Loading…
Reference in New Issue
Block a user