Login Page - Create Account

Support Board


Date/Time: Thu, 18 Apr 2024 05:31:53 +0000



Post From: Offering To The Community: Trade Status Report (starting point for external trade program ctrl)

[2018-03-29 10:50:50]
bjohnson777 (Brett Johnson) - Posts: 284
Update: Had to remove fsync() because of windoze issues. fflush() is still there and will immediately write out the file to the file system (almost a bit redundant with fclose() following it). fsync() was used to tell the file system to immediately write to disk. Not a major loss, but it was nice to have in case of a crash or power outage. In most probabilities, closing the file will cause the file system to write to disk within several seconds, anyway.