commit | 1ce7105bb20b7758e0061ed02b67aead7e0090fe | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Sep 13 22:51:32 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Thu Sep 13 22:51:32 2012 -0500 |
tree | 6e87f852432836c05b4b1e455f77050ccb51cad0 | |
parent | da5b683f3260ee0452af1600f228458aebf65806 [diff] [blame] |
init_nlsr() update
diff --git a/nlsr.h b/nlsr.h index 9c8ea39..f935951 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -10,6 +10,7 @@ #define LSA_REFRESH_TIME 600 #define ROUTER_DEAD_INTERVAL 900 + struct name_prefix { char *name; @@ -23,7 +24,7 @@ char *lsdb_version; }; -struct pneding_interest +struct pending_interest { char *int_name; int timed_out;