Skip to content

Commit

Permalink
Remove reserved field in Cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
mzohreva committed Feb 26, 2021
1 parent d6c618e commit 4908696
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fortanix-sgx-abi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,10 +724,7 @@ pub mod async {
#[repr(C)]
#[derive(Copy, Clone, Default)]
#[cfg_attr(feature = "rustc-dep-of-std", unstable(feature = "sgx_platform", issue = "56975"))]
pub struct Cancel {
/// Reserved for future use.
pub reserved: u64,
}
pub struct Cancel;

/// A circular buffer used as a FIFO queue with atomic reads and writes.
///
Expand Down

0 comments on commit 4908696

Please sign in to comment.