]> git.puffer.fish Git - mirror/frr.git/commit
lib: Make _find functions treat the head as const
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Apr 2019 23:38:15 +0000 (19:38 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 May 2019 20:21:38 +0000 (16:21 -0400)
commit98d28ef55dd11a6efaa2bf3101ac57cf78e803bb
tree909a355bc744069a1286b45063b043b1b8bc8216
parentaa57abfbb57c2dd31eeb26d6988af57cb2e15a6b
lib: Make _find functions treat the head as const

The head of a list should not change for find functions.  Probably
are others that should be considered but these changes can come
in as needed I believe.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/typesafe.h