]> git.proxmox.com Git - mirror_frr.git/commit - lib/thread.c
lib: add thread_add_timer_tv (struct timeval)
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 28 Jul 2016 15:23:42 +0000 (17:23 +0200)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 28 Jul 2016 11:27:47 +0000 (07:27 -0400)
commitd03c4cbd9ac03926501fbb822b05b1c9a04b65cb
tree022508c4f546c6fc7f5c2f649374dd9e0b002361
parentb21e9619c50276540bc447007a8b43ded267c7fe
lib: add thread_add_timer_tv (struct timeval)

Another zoo extension, this adds a timer scheduling function that takes
a struct timeval argument (which is actually what the wrappers boil down
to, yet it's not exposed...)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/thread.c
lib/thread.h