gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14120 - gnunet-gtk/src


From: gnunet
Subject: [GNUnet-SVN] r14120 - gnunet-gtk/src
Date: Fri, 7 Jan 2011 10:19:52 +0100

Author: wachs
Date: 2011-01-07 10:19:52 +0100 (Fri, 07 Jan 2011)
New Revision: 14120

Modified:
   gnunet-gtk/src/peerinfo.c
   gnunet-gtk/src/peerinfo.h
Log:
changes in peerinfo


Modified: gnunet-gtk/src/peerinfo.c
===================================================================
--- gnunet-gtk/src/peerinfo.c   2011-01-05 20:01:30 UTC (rev 14119)
+++ gnunet-gtk/src/peerinfo.c   2011-01-07 09:19:52 UTC (rev 14120)
@@ -31,12 +31,13 @@
  * @param cls closure
  * @param peer id of the peer, NULL for last call
  * @param hello hello message for the peer (can be NULL)
- * @param trust amount of trust we have in the peer
+ * @param err_msg NULL if successful, otherwise contains error message
  */
 void
 GNUNET_GTK_peerinfo_processor (void *cls,
                               const struct GNUNET_PeerIdentity * peer,
-                              const struct GNUNET_HELLO_Message * hello)
+                              const struct GNUNET_HELLO_Message * hello,
+                              const char * err_msg)
 {
   GtkListStore *ls;
   GtkTreeModel *tm;

Modified: gnunet-gtk/src/peerinfo.h
===================================================================
--- gnunet-gtk/src/peerinfo.h   2011-01-05 20:01:30 UTC (rev 14119)
+++ gnunet-gtk/src/peerinfo.h   2011-01-07 09:19:52 UTC (rev 14120)
@@ -35,11 +35,13 @@
  * @param cls closure
  * @param peer id of the peer, NULL for last call
  * @param hello hello message for the peer (can be NULL)
+ * @param err_msg NULL if successful, otherwise contains error message
  */
 void
 GNUNET_GTK_peerinfo_processor (void *cls,
                               const struct GNUNET_PeerIdentity * peer,
-                              const struct GNUNET_HELLO_Message * hello);
+                              const struct GNUNET_HELLO_Message * hello,
+                              const char * err_msg);
 
 /* end of peerinfo.h */
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]