[hipl-commit] [tiny] Rev 3639: Removed opendht relicts.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Mar 2010 13:08:30 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Tue Mar 09 12:07:41 2010 +0100
Revision: 3639
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Removed opendht relicts.

Modified:
  M  hipd/hipd.h
  M  hipd/init.c

=== modified file 'hipd/hipd.h'
--- hipd/hipd.h 2010-03-08 15:47:13 +0000
+++ hipd/hipd.h 2010-03-09 11:07:41 +0000
@@ -107,24 +107,6 @@
 extern int hip_encrypt_i2_hi;
 
 extern struct addrinfo *opendht_serving_gateway;
-extern int opendht_serving_gateway_ttl;
-extern int opendht_serving_gateway_port;
-
-extern int dht_queue_count;
-
-extern int opendht_error;
-extern char opendht_current_key[INET6_ADDRSTRLEN + 2];
-extern char opendht_name_mapping[HIP_HOST_ID_HOSTNAME_LEN_MAX];
-extern hip_common_t *opendht_current_hdrr;
-extern unsigned char opendht_hdrr_secret[40];
-extern char opendht_host_name[256];
-
-extern int hip_opendht_inuse;
-extern int hip_opendht_error_count;
-extern int hip_opendht_sock_fqdn;
-extern int hip_opendht_sock_hit;
-extern int hip_opendht_fqdn_sent;
-extern int hip_opendht_hit_sent;
 
 extern hip_transform_suite_t hip_nat_status;
 

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-03-09 10:57:49 +0000
+++ hipd/init.c 2010-03-09 11:07:41 +0000
@@ -365,8 +365,6 @@
     hip_register_socket(hip_nl_ipsec.fd,        10300);
     hip_register_socket(hip_raw_sock_input_v4,  10400);
     hip_register_socket(hip_nat_sock_input_udp, 10500);
-    //hip_register_socket(hip_opendht_sock_fqdn,  10600);
-    //hip_register_socket(hip_opendht_sock_hit,   10700);
 }
 
 static int hip_init_handle_functions(void)

Other related posts:

  • » [hipl-commit] [tiny] Rev 3639: Removed opendht relicts. - Tim Just