summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/transport/transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c
index e92ce5d1..0272fedd 100644
--- a/runtime/transport/transport.c
+++ b/runtime/transport/transport.c
@@ -59,7 +59,7 @@ int _stp_transport_send (int type, void *data, int len)
}
#ifndef STP_RELAYFS
-int _stp_transport_write (data, len)
+int _stp_transport_write (void *data, int len)
{
/* when _stp_exit_called is set, we are in probe_exit() and we can sleep */
if (_stp_exit_called)