]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_memory.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_memory.h
index b6b9b23239049a015a6ee1e391f6f56a18c51377..01189aca7681674e753c42afb4df11bd45f16d0f 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with Quagga; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _QUAGGA_PIM_MEMORY_H
@@ -46,5 +45,11 @@ DECLARE_MTYPE(PIM_MSDP_SA)
 DECLARE_MTYPE(PIM_MSDP_MG)
 DECLARE_MTYPE(PIM_MSDP_MG_MBR)
 DECLARE_MTYPE(PIM_SEC_ADDR)
+DECLARE_MTYPE(PIM_JP_AGG_GROUP)
+DECLARE_MTYPE(PIM_JP_AGG_SOURCE)
+DECLARE_MTYPE(PIM_PIM_INSTANCE)
+DECLARE_MTYPE(PIM_NEXTHOP_CACHE)
+DECLARE_MTYPE(PIM_SSM_INFO)
+DECLARE_MTYPE(PIM_SPT_PLIST_NAME);
 
 #endif /* _QUAGGA_PIM_MEMORY_H */