aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 6e23299b9..9c9c1e8c2 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -828,11 +828,9 @@ wlan_plugin_query_keepalive_factor (void *cls)
828 * A session is timing out. Clean up. 828 * A session is timing out. Clean up.
829 * 829 *
830 * @param cls pointer to the Session 830 * @param cls pointer to the Session
831 * @param tc unused
832 */ 831 */
833static void 832static void
834session_timeout (void *cls, 833session_timeout (void *cls)
835 const struct GNUNET_SCHEDULER_TaskContext *tc)
836{ 834{
837 struct GNUNET_ATS_Session *session = cls; 835 struct GNUNET_ATS_Session *session = cls;
838 struct GNUNET_TIME_Relative left; 836 struct GNUNET_TIME_Relative left;
@@ -1072,11 +1070,9 @@ free_fragment_message (struct FragmentMessage *fm)
1072 * A FragmentMessage has timed out. Remove it. 1070 * A FragmentMessage has timed out. Remove it.
1073 * 1071 *
1074 * @param cls pointer to the 'struct FragmentMessage' 1072 * @param cls pointer to the 'struct FragmentMessage'
1075 * @param tc unused
1076 */ 1073 */
1077static void 1074static void
1078fragmentmessage_timeout (void *cls, 1075fragmentmessage_timeout (void *cls)
1079 const struct GNUNET_SCHEDULER_TaskContext *tc)
1080{ 1076{
1081 struct FragmentMessage *fm = cls; 1077 struct FragmentMessage *fm = cls;
1082 1078
@@ -1200,11 +1196,9 @@ free_macendpoint (struct MacEndpoint *endpoint)
1200 * A MAC endpoint is timing out. Clean up. 1196 * A MAC endpoint is timing out. Clean up.
1201 * 1197 *
1202 * @param cls pointer to the `struct MacEndpoint *` 1198 * @param cls pointer to the `struct MacEndpoint *`
1203 * @param tc pointer to the GNUNET_SCHEDULER_TaskContext
1204 */ 1199 */
1205static void 1200static void
1206macendpoint_timeout (void *cls, 1201macendpoint_timeout (void *cls)
1207 const struct GNUNET_SCHEDULER_TaskContext *tc)
1208{ 1202{
1209 struct MacEndpoint *endpoint = cls; 1203 struct MacEndpoint *endpoint = cls;
1210 struct GNUNET_TIME_Relative timeout; 1204 struct GNUNET_TIME_Relative timeout;
@@ -1681,11 +1675,9 @@ process_data (void *cls,
1681 * Task to (periodically) send a HELLO beacon 1675 * Task to (periodically) send a HELLO beacon
1682 * 1676 *
1683 * @param cls pointer to the plugin struct 1677 * @param cls pointer to the plugin struct
1684 * @param tc scheduler context
1685 */ 1678 */
1686static void 1679static void
1687send_hello_beacon (void *cls, 1680send_hello_beacon (void *cls)
1688 const struct GNUNET_SCHEDULER_TaskContext *tc)
1689{ 1681{
1690 struct Plugin *plugin = cls; 1682 struct Plugin *plugin = cls;
1691 uint16_t size; 1683 uint16_t size;