]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Add edge removal to graph data structure
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 18 Sep 2016 20:31:20 +0000 (20:31 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 18 Sep 2016 20:31:20 +0000 (20:31 +0000)
commitba06a3a0dec8b132f3ad81c62f7ec98f95430f11
tree7e3b367f3fcc3ffbca3d5148152088de1a717e0f
parent535ef5569adb011209ad4f852da75d4a8fa06c1d
lib: Add edge removal to graph data structure

Ability to remove directed edge between two nodes.
Also ensures that adjacency vectors have no null entries.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/graph.c
lib/graph.h