Skip to content

Promote FileIO to Stable #175

Closed
Closed
@mfine

Description

@mfine

To reach SBP version 1.0, we should promote the file_io messages to stable:

MSG_FILEIO_READ
MSG_FILEIO_READ_DIR
MSG_FILEIO_REMOVE
MSG_FILEIO_WRITE

Insure their form and fitness for stability. In particular, remove bi-direction from these message. Presently,

FILEIO_READ
FILEIO_READ_DIR
FILEIO_WRITE

are bi-directional and confusing to use - we should introduce directionality:

FILEIO_READ_DEVICE
FILEIO_READ_HOST
FILEIO_READ_DIR_DEVICE
FILEIO_READ_DIR_HOST
FILEIO_WRITE_DEVICE
FILEIO_WRITE_HOST

/cc @mookerji @fnoble @cbeighley @denniszollo

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions