Author: adrian.chadd
Date: Sun Feb 22 12:08:05 2009
New Revision: 13815
Added:
playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.h
playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_packet.h
playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_rib.h
Log:
Add in a few header files.
Added: playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.h
==============================================================================
--- (empty file)
+++ playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.h Sun Feb 22 12:08:05 2009
@@ -0,0 +1,5 @@
+#ifndef __LIBSQBGP_BGP_CORE_H__
+#define __LIBSQBGP_BGP_CORE_H__
+
+
+#endif
Added: playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_packet.h
==============================================================================
--- (empty file)
+++ playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_packet.h Sun Feb 22 12:08:05 2009
@@ -0,0 +1,5 @@
+#ifndef __LIBSQBGP_BGP_PACKET_H__
+#define __LIBSQBGP_BGP_PACKET_H__
+
+
+#endif
Added: playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_rib.h
==============================================================================
--- (empty file)
+++ playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_rib.h Sun Feb 22 12:08:05 2009
@@ -0,0 +1,10 @@
+#ifndef __LIBSQBGP_BGP_RIB_H__
+#define __LIBSQBGP_BGP_RIB_H__
+
+struct _bgp_aspath {
+ int refcnt;
+ int pathlen;
+ u_short *e;
+};
+
+#endif
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---