aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
commit93522adc0728de13e94a7b13730781345144e434 (patch)
tree5e8389010559b5c326909bba7d8b18b858eeab35 /src/nse
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 543e4794a..47014fd60 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1211,12 +1211,10 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1211 * @param cls service closure 1211 * @param cls service closure
1212 * @param server handle to the server for this service 1212 * @param server handle to the server for this service
1213 * @param identity the public identity of this peer 1213 * @param identity the public identity of this peer
1214 * @param publicKey the public key of this peer
1215 */ 1214 */
1216static void 1215static void
1217core_init (void *cls, struct GNUNET_CORE_Handle *server, 1216core_init (void *cls, struct GNUNET_CORE_Handle *server,
1218 const struct GNUNET_PeerIdentity *identity, 1217 const struct GNUNET_PeerIdentity *identity)
1219 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
1220{ 1218{
1221 struct GNUNET_TIME_Absolute now; 1219 struct GNUNET_TIME_Absolute now;
1222 struct GNUNET_TIME_Absolute prev_time; 1220 struct GNUNET_TIME_Absolute prev_time;