Edit

IABSD.fr/src/share

Branch :

  • Show log

    Commit

  • Author : dlg
    Date : 2025-05-23 23:56:14
    Hash : a86a4190
    Message : deprecate timeout_add_tv now that nothing uses it anymore. i feel like it was a bit of a footgun because timeouts had to assume that the timeval passed is valid. the api only returns whether the timeout was added or already pending, it's not clear what it should do if the timeval is invalid. ok mpi@ bluhm@