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
Notice that FOE_freaduse foe_cfg->fbuffer as
the reading data address, I can set the fbuffer to the address I want to read in foe_cfg_t, and I can use the FoE reading for only one file.
However, if I want to read(and write) multiple files, the fbuffer is different, i.e. maybe another write buffer.
Should we move fbuffer and buffer_size from foe_file_cfg to foe_cfg?
The text was updated successfully, but these errors were encountered:
Notice that FOE_fread
use foe_cfg->fbuffer
asthe reading data address, I can set the
fbuffer
to the address I want to read in foe_cfg_t, and I can use the FoE reading for only one file.However, if I want to read(and write) multiple files, the
fbuffer
is different, i.e. maybe another write buffer.Should we move
fbuffer
andbuffer_size
fromfoe_file_cfg
tofoe_cfg
?The text was updated successfully, but these errors were encountered: