commit | 8c50d0d4690bf2f1713814e5108c824473a4e6b3 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Aug 09 13:38:03 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Thu Aug 09 13:38:03 2012 -0500 |
tree | e53432673fb0aaf2fffee4f536a8e4341b41a70d | |
parent | 14891553d2368867f6ed07c3d75e99e7e6077288 [diff] [blame] |
Update in nlsr
diff --git a/nlsr.h b/nlsr.h index 2b15b8b..251cf23 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -4,6 +4,12 @@ #define LSA_ADJ_TYPE 1 #define LSA_NAME_TYPE 2 +struct name_prefix +{ + char *name; + int length; +}; + struct nlsr {