commit | f06586e947e6b5c8f7544913e4cc34145dec097b | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue Feb 05 12:09:38 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Tue Feb 05 12:09:38 2013 -0600 |
tree | 3f0b94f5a88a0c60e9dfa36dcfa9b3a09978f81f | |
parent | 596f708ad7fae2e08db3c2b84a5b7ba57da69810 [diff] [blame] |
Hyperbolic Routing Complete
diff --git a/nlsr-sync-0.0/nlsr_lsdb.h b/nlsr-sync-0.0/nlsr_lsdb.h index 420e178..c67348e 100755 --- a/nlsr-sync-0.0/nlsr_lsdb.h +++ b/nlsr-sync-0.0/nlsr_lsdb.h
@@ -99,5 +99,7 @@ void write_cor_lsa_to_repo(struct clsa *cor_lsa); void build_and_install_others_cor_lsa(char *orig_router,int ls_type,char *orig_time, double cor_r, double cor_theta); +double get_hyperbolic_r(char *router); +double get_hyperbolic_theta(char *router); #endif