mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
keep the ifdef'd udevd testing/profiling hack
This commit is contained in:
parent
bd75fddbcb
commit
ce449f89d6
10
udev/udevd.c
10
udev/udevd.c
@ -180,6 +180,16 @@ static void event_fork(struct udev_event *event)
|
||||
struct sigaction act;
|
||||
int err;
|
||||
|
||||
#if 0
|
||||
/* single process, no forking, just for testing/profiling */
|
||||
err = udev_event_execute_rules(event, rules);
|
||||
if (err == 0 && !event->ignore_device && udev_get_run(event->udev))
|
||||
udev_event_execute_run(event);
|
||||
info(event->udev, "seq %llu exit with %i\n", udev_device_get_seqnum(event->dev), err);
|
||||
event_queue_delete(event);
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (debug_trace) {
|
||||
event->trace = 1;
|
||||
fprintf(stderr, "fork %s (%llu)\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user