Skip to content

Commit

Permalink
Merge commit 'fef081eb07242fafb6cc57211ce87bb5282fd859'
Browse files Browse the repository at this point in the history
  • Loading branch information
bentoi committed Jun 13, 2023
2 parents 5dda4a2 + fef081e commit ca49b5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions slice/IceRpc/Transports/Slic/Internal/SlicDefinitions.slice
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,26 @@ compact struct CloseBody {
applicationErrorCode: varuint62
}

/// Represents a 64-bit opaque data value.
[cs::custom("long")]
custom OpaqueData

/// The {@link FrameType::Ping} frame body.
[cs::internal]
[cs::readonly]
compact struct PingBody {
/// An opaque payload that will be returned by the {@link FrameType::Pong} frame.
payload: OpaqueData
}

/// The {@link FrameType::Pong} frame body.
[cs::internal]
[cs::readonly]
compact struct PongBody {
/// The opaque payload from the {@link FrameType::Ping} frame.
payload: OpaqueData
}

/// The {@link FrameType::StreamConsumed} frame body.
[cs::internal]
[cs::readonly]
Expand Down

0 comments on commit ca49b5a

Please sign in to comment.