libsbp  v2.4.7
msg_fileio_write_req_t Struct Reference

#include <file_io.h>

Data Fields

u32 sequence
 Write sequence number. More...
 
u32 offset
 Offset into the file at which to start writing in bytes [bytes]. More...
 
char filename [0]
 Name of the file to write to. More...
 
u8 data [0]
 Variable-length array of data to write. More...
 

Detailed Description

Definition at line 136 of file file_io.h.

Field Documentation

u8 data[0]

Variable-length array of data to write.

Definition at line 140 of file file_io.h.

char filename[0]

Name of the file to write to.

Definition at line 139 of file file_io.h.

u32 offset

Offset into the file at which to start writing in bytes [bytes].

Definition at line 138 of file file_io.h.

u32 sequence

Write sequence number.

Definition at line 137 of file file_io.h.


The documentation for this struct was generated from the following file: