aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_logger_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_logger_service.h')
-rw-r--r--src/include/gnunet_testbed_logger_service.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/gnunet_testbed_logger_service.h b/src/include/gnunet_testbed_logger_service.h
index 6dece2915..5d820e20b 100644
--- a/src/include/gnunet_testbed_logger_service.h
+++ b/src/include/gnunet_testbed_logger_service.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -56,7 +56,7 @@ struct GNUNET_TESTBED_LOGGER_Handle;
56 * upon any error 56 * upon any error
57 */ 57 */
58struct GNUNET_TESTBED_LOGGER_Handle * 58struct GNUNET_TESTBED_LOGGER_Handle *
59GNUNET_TESTBED_LOGGER_connect (const struct GNUNET_CONFIGURATION_Handle *cfg); 59GNUNET_TESTBED_LOGGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg);
60 60
61 61
62/** 62/**
@@ -65,7 +65,7 @@ GNUNET_TESTBED_LOGGER_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
65 * @param h the logger handle 65 * @param h the logger handle
66 */ 66 */
67void 67void
68GNUNET_TESTBED_LOGGER_disconnect (struct GNUNET_TESTBED_LOGGER_Handle *h); 68GNUNET_TESTBED_LOGGER_disconnect(struct GNUNET_TESTBED_LOGGER_Handle *h);
69 69
70 70
71/** 71/**
@@ -90,9 +90,9 @@ typedef void
90 * @param size how many bytes of @a data to send 90 * @param size how many bytes of @a data to send
91 */ 91 */
92void 92void
93GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h, 93GNUNET_TESTBED_LOGGER_write(struct GNUNET_TESTBED_LOGGER_Handle *h,
94 const void *data, 94 const void *data,
95 size_t size); 95 size_t size);
96 96
97 97
98/** 98/**
@@ -103,9 +103,9 @@ GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h,
103 * @param cb_cls the closure for @a cb 103 * @param cb_cls the closure for @a cb
104 */ 104 */
105void 105void
106GNUNET_TESTBED_LOGGER_flush (struct GNUNET_TESTBED_LOGGER_Handle *h, 106GNUNET_TESTBED_LOGGER_flush(struct GNUNET_TESTBED_LOGGER_Handle *h,
107 GNUNET_TESTBED_LOGGER_FlushCompletion cb, 107 GNUNET_TESTBED_LOGGER_FlushCompletion cb,
108 void *cb_cls); 108 void *cb_cls);
109 109
110 110
111/** 111/**
@@ -116,7 +116,7 @@ GNUNET_TESTBED_LOGGER_flush (struct GNUNET_TESTBED_LOGGER_Handle *h,
116 * @param h the logger handle 116 * @param h the logger handle
117 */ 117 */
118void 118void
119GNUNET_TESTBED_LOGGER_flush_cancel (struct GNUNET_TESTBED_LOGGER_Handle *h); 119GNUNET_TESTBED_LOGGER_flush_cancel(struct GNUNET_TESTBED_LOGGER_Handle *h);
120 120
121 121
122#if 0 /* keep Emacsens' auto-indent happy */ 122#if 0 /* keep Emacsens' auto-indent happy */