aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index c70bb8ef7..72ac5b2b8 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1608,25 +1608,25 @@ static struct PrettyPrinterContext *ppc_dll_tail;
1608 */ 1608 */
1609struct PrettyPrinterContext 1609struct PrettyPrinterContext
1610{ 1610{
1611 /** 1611 /**
1612 * DLL 1612 * DLL
1613 */ 1613 */
1614 struct PrettyPrinterContext *next; 1614 struct PrettyPrinterContext *next;
1615 1615
1616 /** 1616 /**
1617 * DLL 1617 * DLL
1618 */ 1618 */
1619 struct PrettyPrinterContext *prev; 1619 struct PrettyPrinterContext *prev;
1620 1620
1621 /** 1621 /**
1622 * Timeout task 1622 * Timeout task
1623 */ 1623 */
1624 GNUNET_SCHEDULER_TaskIdentifier timeout_task; 1624 GNUNET_SCHEDULER_TaskIdentifier timeout_task;
1625 1625
1626 /** 1626 /**
1627 * Resolver handle 1627 * Resolver handle
1628 */ 1628 */
1629 struct GNUNET_RESOLVER_RequestHandle *resolver_handle; 1629 struct GNUNET_RESOLVER_RequestHandle *resolver_handle;
1630 1630
1631 /** 1631 /**
1632 * Function to call with the result. 1632 * Function to call with the result.