diff options
Diffstat (limited to 'runtime/transport/transport_msgs.h')
-rw-r--r-- | runtime/transport/transport_msgs.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/transport/transport_msgs.h b/runtime/transport/transport_msgs.h index be1a2914..dbbee41d 100644 --- a/runtime/transport/transport_msgs.h +++ b/runtime/transport/transport_msgs.h @@ -57,16 +57,6 @@ struct _stp_msg_start int32_t res; // for reply: result of probe_start() }; -/* transport information. sent to staprun */ -struct _stp_msg_trans -{ - int32_t bulk_mode; - - /* old relayfs uses these */ - uint32_t subbuf_size; - uint32_t n_subbufs; -}; - #ifdef STP_OLD_TRANSPORT /**** for compatibility with old relayfs ****/ struct _stp_buf_info |