Skip to content

Commit 7a75ce2

Browse files
committed
Make DiskIo2Token fields pub
1 parent ab6ff2e commit 7a75ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proto/media/disk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ impl DiskIo {
7373
#[repr(C)]
7474
pub struct DiskIo2Token {
7575
/// Event to be signalled when an asynchronous disk I/O operation completes.
76-
event: Option<Event>,
76+
pub event: Option<Event>,
7777
/// Transaction status code.
78-
transaction_status: Status,
78+
pub transaction_status: Status,
7979
}
8080

8181
/// The disk I/O 2 protocol.

0 commit comments

Comments
 (0)