Skip to content
  • Lennart Poettering's avatar
    journal: add public API call sd_journal_get_events() · ee531d94
    Lennart Poettering authored
    This function should be used when filling in "struct pollfd"'s .events
    field for watching the journal. It will always return POLLIN for now,
    but we should keep our options open to change this later on.
    
    This mimics libsystemd-bus' sd_bus_get_events() call with the same
    purpose.
    ee531d94