|
Basic Solution File System - BSFS
|
Name-to-function descriptor for a browser command. More...
#include <commands_bsfs.h>
Public Attributes | |
| char * | name |
| int(* | func )(FILE *file, superblock_t *sb, char **args) |
Name-to-function descriptor for a browser command.
| int(* Command::func) (FILE *file, superblock_t *sb, char **args) |
Handler receiving (disk, superblock, argv-like args); returns 0 to exit, 1 to continue.
| char* Command::name |
Command name as typed in the browser (e.g., "ls").