aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-01 15:09:28 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-01 15:09:28 +0000
commit46ef10befdb1ab8e1fd1d7f5304648a578e7f833 (patch)
tree1d50831e8699b8d47e0886d45a3fd1d9dfc3a24d /src/fs/gnunet-service-fs_cp.h
parent8d0a6978280aaa039f48c1d59969d2ea0d3d1e5b (diff)
downloadgnunet-46ef10befdb1ab8e1fd1d7f5304648a578e7f833.tar.gz
gnunet-46ef10befdb1ab8e1fd1d7f5304648a578e7f833.zip
fs hacking
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 081a1d5ba..48a019712 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -90,6 +90,11 @@ struct GSF_PeerPerformanceData
90 double avg_priority; 90 double avg_priority;
91 91
92 /** 92 /**
93 * The peer's identity.
94 */
95 GNUNET_PEER_Id pid;
96
97 /**
93 * Trust rating for this peer 98 * Trust rating for this peer
94 */ 99 */
95 uint32_t trust; 100 uint32_t trust;