fops: add path_prefix member
This commit is contained in:
parent
16ee4b6f0d
commit
8bb3dffc86
1 changed files with 2 additions and 0 deletions
|
@ -4288,6 +4288,8 @@ struct lws_plat_file_ops {
|
|||
int (*LWS_FOP_WRITE)(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
|
||||
uint8_t *buf, lws_filepos_t len);
|
||||
/**< Write to file, on exit *amount is set to amount actually written */
|
||||
const char *path_prefix;
|
||||
/**< Optional, NULL or filesystem namespace prefix matching this fops */
|
||||
|
||||
/* Add new things just above here ---^
|
||||
* This is part of the ABI, don't needlessly break compatibility */
|
||||
|
|
Loading…
Add table
Reference in a new issue