Cthulhu  0.2.10
Cthulhu compiler collection
sync_result_t Struct Reference

the result of a fs_sync call this is here because we cant use Compiler message notification in the fs api More...

#include <fs.h>

Data Fields

const char * path
 the file that failed to sync More...
 

Detailed Description

the result of a fs_sync call this is here because we cant use Compiler message notification in the fs api

Definition at line 115 of file fs.h.

Field Documentation

◆ path

const char* sync_result_t::path

the file that failed to sync

Note
this will be NULL if the sync succeeded

Definition at line 119 of file fs.h.


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