]> git.puffer.fish Git - mirror/frr.git/commit
lib: "ferr" error-information system
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 28 Sep 2016 21:19:50 +0000 (23:19 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 28 Aug 2017 04:04:54 +0000 (06:04 +0200)
commit3155489aa23304b718bb1bbd8964db0461a1c3b1
tree8a6aeae107151c84792caab6c2fd1c9f4f63459e
parent3df31ebb0328b4b84fa11d5fbd956dcc30c44dfe
lib: "ferr" error-information system

This provides an API to pass around extra information for errors, more
than a simple return value can carry.  This is particularly used for the
Cap'n Proto interface to be able to report more useful errors.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/ferr.c [new file with mode: 0644]
lib/ferr.h [new file with mode: 0644]
lib/subdir.am