You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: electrostatic-sandbox-framework/electrostatic-core/src/include/electrostatic/electronetsoft/algorithm/arithmos/adt/list.h
Copy file name to clipboardExpand all lines: electrostatic-sandbox-framework/electrostatic-core/src/include/electrostatic/electronetsoft/algorithm/arithmos/list/linked_buffer.h
void (*on_update_nbytes)(file_mem*, ssize_t); /* Executed when updating the number of bytes attr (of the buffer for the file mem model) is commenced */
48
+
void (*on_update_size)(file_mem*, __off_t); /* Executed when updating size is commenced. */
49
+
void (*on_update_pos)(file_mem*, __off_t); /* Executed when updating the position is commenced. */
void (*update_model_postprocessor)(file_mem*, void*caller); /* Executed after the file mem model attrs update has finished. Could be used to chain calls to memory allocators. */
Copy file name to clipboardExpand all lines: electrostatic-sandbox-framework/electrostatic-core/src/include/electrostatic/electronetsoft/util/filesystem/file_verify.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
#ifndef_FILE_VERIFY_H_
2
2
#define_FILE_VERIFY_H_
3
3
4
+
#ifndef_ELECTRO_MIO
5
+
4
6
#ifdef__cplusplus
5
7
extern"C" {
6
8
#endif
@@ -145,4 +147,5 @@ static inline int is_fsymbolic_link(int fd) {
0 commit comments