]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
lib: Add library code to interact with systemd
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Feb 2016 12:24:11 +0000 (07:24 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Feb 2016 20:06:59 +0000 (15:06 -0500)
commitddd82ff66cd6092b1d99dcf6013b97a1620f6d53
tree8186a685236ce2c827c0679531ab6f10b592ff39
parente6a59b35055cbff52915e292bd7da156aee03787
lib: Add library code to interact with systemd

Modify the lib/ code to include the ability to interact
with systemd.  Provide the ability to interact with
systemd's watchdog timer as well.

There is no code here that actually uses this change.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
configure.ac
lib/Makefile.am
lib/systemd.c [new file with mode: 0644]
lib/systemd.h [new file with mode: 0644]