aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-22 12:00:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-22 12:00:52 +0000
commit234c5620c91fe8cb82a7e9f90df9caa9d3e9a6c4 (patch)
treea3a6f9ba446bb54b1bffaec8e2e47479e02bf327
parent47f65a4ce8fb23800a1a1093bc0b14038b3dc20b (diff)
downloadgnunet-234c5620c91fe8cb82a7e9f90df9caa9d3e9a6c4.tar.gz
gnunet-234c5620c91fe8cb82a7e9f90df9caa9d3e9a6c4.zip
dead
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/core/core.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index de9616737..f4844b8ee 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -36,7 +36,7 @@ gnunet_service_core_LDADD = \
36 $(top_builddir)/src/transport/libgnunettransport.la \ 36 $(top_builddir)/src/transport/libgnunettransport.la \
37 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
38 $(GN_LIBINTL) 38 $(GN_LIBINTL)
39 39
40check_PROGRAMS = \ 40check_PROGRAMS = \
41 test_core_api_start_only \ 41 test_core_api_start_only \
42 test_core_api \ 42 test_core_api \
diff --git a/src/core/core.h b/src/core/core.h
index a8d90b81a..8a3cdcde2 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -129,11 +129,6 @@ struct ConnectNotifyMessage
129 uint32_t ats_count GNUNET_PACKED; 129 uint32_t ats_count GNUNET_PACKED;
130 130
131 /** 131 /**
132 * Currently observed latency.
133 */
134 struct GNUNET_TIME_RelativeNBO latency;
135
136 /**
137 * Identity of the connecting peer. 132 * Identity of the connecting peer.
138 */ 133 */
139 struct GNUNET_PeerIdentity peer; 134 struct GNUNET_PeerIdentity peer;