summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport_msgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/transport/transport_msgs.h')
-rw-r--r--runtime/transport/transport_msgs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/transport/transport_msgs.h b/runtime/transport/transport_msgs.h
index 0d9a5983..aa50051c 100644
--- a/runtime/transport/transport_msgs.h
+++ b/runtime/transport/transport_msgs.h
@@ -29,8 +29,8 @@ enum
STP_DISCONNECT,
STP_BULK,
STP_READY,
- STP_RELOCATION,
- /** deprecated STP_OLD_TRANSPORT **/
+ STP_RELOCATION,
+ /** deprecated STP_TRANSPORT_VERSION == 1 **/
STP_BUF_INFO,
STP_SUBBUFS_CONSUMED,
STP_REALTIME_DATA,
@@ -83,7 +83,7 @@ struct _stp_msg_start
int32_t res; // for reply: result of probe_start()
};
-#ifdef STP_OLD_TRANSPORT
+#if STP_TRANSPORT_VERSION == 1
/**** for compatibility with old relayfs ****/
struct _stp_buf_info
{