diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-08-08 13:54:12 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-08 14:24:59 -0400 |
| commit | db986aded4eb6b3bd76010c196378f43b6e02015 (patch) | |
| tree | 9950c224c87445be788762cbd7ac552f069a4db0 /lib/module.h | |
| parent | bc16c8ce8d928e4f59f106a4beea0b29fdbe4b44 (diff) | |
lib: Cleanup memory associated with modules on shutdown
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/module.h')
| -rw-r--r-- | lib/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/module.h b/lib/module.h index cd2be474e7..1810b335f6 100644 --- a/lib/module.h +++ b/lib/module.h @@ -79,6 +79,7 @@ extern union _frrmod_runtime_u _frrmod_this_module; extern struct frrmod_runtime *frrmod_list; extern void frrmod_init(struct frrmod_runtime *modinfo); +extern void frrmod_terminate(void); extern struct frrmod_runtime *frrmod_load(const char *spec, const char *dir, void (*pFerrlog)(const void *, const char *), |
