diff options
Diffstat (limited to 'src/nids.h')
| -rw-r--r-- | src/nids.h | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -70,6 +70,12 @@ namespace Bu | |||
| 70 | int getBlockStart(); | 70 | int getBlockStart(); |
| 71 | int getBlockOverhead(); | 71 | int getBlockOverhead(); |
| 72 | 72 | ||
| 73 | /** | ||
| 74 | * Syncronize the header data, etc. with the storage stream. It's not | ||
| 75 | * a bad idea to call this periodically. | ||
| 76 | */ | ||
| 77 | void sync(); | ||
| 78 | |||
| 73 | private: | 79 | private: |
| 74 | typedef struct Block | 80 | typedef struct Block |
| 75 | { | 81 | { |
