]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.c
lib: make cputime checks runtime options (v2)
authorDavid Lamparter <equinox@diac24.net>
Tue, 13 Apr 2021 18:38:09 +0000 (20:38 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 24 Jun 2021 14:42:59 +0000 (16:42 +0200)
commit45f0118832172d71dd19e437112e9907c60331f2
treeaf0a4d36c15759b8ad1bf4d3c6450aed492971ec
parent94a64dab8650bcb017106cbd60d77211da43c815
lib: make cputime checks runtime options (v2)

...really no reason to force this into a compile time decision.  The
only point is avoiding the getrusage() syscall, which can easily be a
runtime decision.

[v2: also split cputime & walltime limits]

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac
lib/command.c
lib/subdir.am
lib/thread.c
lib/thread.h
lib/vty.c
vtysh/vtysh.c