]> git.proxmox.com Git - mirror_frr.git/commit - lib/prefix.c
lib: Make prefix_hash_key accept a const
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Apr 2019 23:40:11 +0000 (19:40 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 May 2019 20:21:38 +0000 (16:21 -0400)
commit62b4b3b68dc1991e31514167a180cf752d24dc5c
tree8ab8f508f5146dfb9750b1ee298cce97db0ecb85
parent98d28ef55dd11a6efaa2bf3101ac57cf78e803bb
lib: Make prefix_hash_key accept a const

We should not be modifying the pointer for the prefix_hash_key
function, make it a const so that we can use it elsewhere.

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