gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34928 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r34928 - gnunet/src/ats
Date: Sun, 18 Jan 2015 13:24:15 +0100

Author: grothoff
Date: 2015-01-18 13:24:15 +0100 (Sun, 18 Jan 2015)
New Revision: 34928

Modified:
   gnunet/src/ats/Makefile.am
   gnunet/src/ats/ats.h
Log:
-doxygen, link against libgnunethello

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2015-01-18 12:23:42 UTC (rev 34927)
+++ gnunet/src/ats/Makefile.am  2015-01-18 12:24:15 UTC (rev 34928)
@@ -54,6 +54,7 @@
   ats_api_scheduling.c \
   ats_api_performance.c
 libgnunetats_la_LIBADD = \
+ $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(LTLIBINTL)
 libgnunetats_la_LDFLAGS = \
@@ -251,7 +252,7 @@
   $(top_builddir)/src/hello/libgnunethello.la \
   libgnunetats.la \
        $(top_builddir)/src/statistics/libgnunetstatistics.la
-       
+
 test_ats_api_delayed_service_performance_list_all_addresses_SOURCES = \
  test_ats_api_delayed_service_performance_list_all_addresses.c
 test_ats_api_delayed_service_performance_list_all_addresses_LDADD = \
@@ -259,7 +260,7 @@
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   libgnunetats.la \
-       $(top_builddir)/src/statistics/libgnunetstatistics.la   
+       $(top_builddir)/src/statistics/libgnunetstatistics.la
 
 test_ats_api_performance_list_peer_addresses_SOURCES = \
  test_ats_api_performance_list_peer_addresses.c
@@ -360,7 +361,7 @@
   $(top_builddir)/src/hello/libgnunethello.la \
   libgnunetats.la \
        $(top_builddir)/src/statistics/libgnunetstatistics.la
-       
+
 test_ats_solver_add_address_and_request_delayed_ril_SOURCES = \
  test_ats_solver_add_address_and_request.c \
  test_ats_api_common.c test_ats_api_common.h
@@ -369,7 +370,7 @@
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   libgnunetats.la \
-       $(top_builddir)/src/statistics/libgnunetstatistics.la   
+       $(top_builddir)/src/statistics/libgnunetstatistics.la
 
 if HAVE_LIBGLPK
 test_ats_solver_add_address_and_request_mlp_SOURCES = \
@@ -391,7 +392,7 @@
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   libgnunetats.la \
-       $(top_builddir)/src/statistics/libgnunetstatistics.la   
+       $(top_builddir)/src/statistics/libgnunetstatistics.la
 
 test_ats_solver_add_address_and_request_ril_SOURCES = \
  test_ats_solver_add_address_and_request.c \

Modified: gnunet/src/ats/ats.h
===================================================================
--- gnunet/src/ats/ats.h        2015-01-18 12:23:42 UTC (rev 34927)
+++ gnunet/src/ats/ats.h        2015-01-18 12:24:15 UTC (rev 34928)
@@ -28,7 +28,10 @@
 
 #include "gnunet_util_lib.h"
 
-
+/**
+ * Flag used to indicate which type of client is connecting
+ * to the ATS service.
+ */
 enum StartFlag
 {
 
@@ -39,6 +42,7 @@
   START_FLAG_PERFORMANCE_NO_PIC = 2
 };
 
+
 GNUNET_NETWORK_STRUCT_BEGIN
 
 struct ClientStartMessage
@@ -46,7 +50,7 @@
   struct GNUNET_MessageHeader header;
 
   /**
-   * NBO value of an 'enum StartFlag'.
+   * NBO value of an `enum StartFlag`.
    */
   uint32_t start_flag GNUNET_PACKED;
 };




reply via email to

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