frr/mgmtd/mgmt_memory.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
586 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* mgmt memory type definitions
*
* Copyright (C) 2021 Vmware, Inc.
* Pushpasis Sarkar <spushpasis@vmware.com>
*/
#include <zebra.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "mgmt_memory.h"
/* this file is temporary in nature; definitions should be moved to the
* files they're used in
*/
DEFINE_MGROUP(MGMTD, "mgmt");
DEFINE_MTYPE(MGMTD, MGMTD, "MGMTD instance");
DEFINE_MTYPE(MGMTD, MGMTD_FE_ADPATER, "MGMTD Frontend adapter");
DEFINE_MTYPE(MGMTD, MGMTD_FE_SESSION, "MGMTD Frontend Client Session");