On Thu, May 21, 2009 at 20:27, Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx> wrote: > Instead of creating a file for each event, append their details to a > log file. The file is periodically rebuilt (garbage-collected) to > prevent it from growing indefinitely. Sounds cool. Boots fine here. :) I've switched a few int to unsigned int, to silent some gcc warnings, merged the few entries in queue-private.h just into libudev-private.h, moved the file format comments to the C file, renamed the seqnums_are_finished() to seqnum_sequence_is_finished() and exported it, bumped the minor version of libudev, and comitted it. Would be great, if you can check, that I didn't mess it up. :) Thanks a lot, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html