aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/timer.h
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01vppinfra: remove unused historical codeDave Barach1-46/+0
"timer.[ch]" used a signal handler to deliver timer callbacks. Without indulging in a set of sigprocmask(...) system calls, it would be unsafe to use the mechanism. Rather than wait for another developer to accidentally open this particular can of worms, best to remove the code. It's nothing more than an attractive nuisance at this point. Type: refactor Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: Ia3e7b00a389c302b466605dff0c1bf3566b8dbbd
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+46
Change-Id: I7b51f88292e057c6443b12224486f2d0c9f8ae23 Signed-off-by: Damjan Marion <damarion@cisco.com>