]> git.puffer.fish Git - matthieu/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 00:28:57 +0000 (20:28 -0400)
commita07f484614e0e9cc92afaf4bf58e6f6507fdbed4
tree90a2509358f979b88fd0a3073dcf393d717b6f16
parent0a45d974729e1495626783212b1bbaa829eb6b1e
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