[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35266 - gnunet/src/rps
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35266 - gnunet/src/rps |
Date: |
Sun, 15 Feb 2015 18:20:00 +0100 |
Author: ch3
Date: 2015-02-15 18:20:00 +0100 (Sun, 15 Feb 2015)
New Revision: 35266
Modified:
gnunet/src/rps/gnunet-service-rps.c
Log:
- renamed flag
Modified: gnunet/src/rps/gnunet-service-rps.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps.c 2015-02-15 17:19:57 UTC (rev 35265)
+++ gnunet/src/rps/gnunet-service-rps.c 2015-02-15 17:20:00 UTC (rev 35266)
@@ -98,7 +98,7 @@
/**
* We set this bit when we can be sure the other peer is/was live.
*/
- LIVING = 0x10
+ VALID = 0x10
};
@@ -582,7 +582,7 @@
struct GNUNET_PeerIdentity *peer;
peer = &peer_ctx->peer_id;
- set_peer_flag (peer_ctx, LIVING);
+ set_peer_flag (peer_ctx, VALID);
LOG (GNUNET_ERROR_TYPE_DEBUG, "Peer %s is live\n", GNUNET_i2s (peer));
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35266 - gnunet/src/rps,
gnunet <=