]> git.proxmox.com Git - mirror_frr.git/commit - lib/agg_table.h
lib: Modify agg_XX calls to use `const struct prefix`
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 22 Mar 2020 01:39:54 +0000 (21:39 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 22 Mar 2020 01:44:48 +0000 (21:44 -0400)
commit8150a500bcc2392ed0d71c35902ce2fa268ac2f1
tree0263e06de72a3bce2b3210ef2903dab43eea3026
parent3f1ba9b83627689afed6a073502af4c67c3e581a
lib: Modify agg_XX calls to use `const struct prefix`

Tell the compiler that the prefix is being used for lookups
and it will never change.

Setup for future work.

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