Fixed the comment about the updateEOF member of HTAB. The update_EOF()
function is not "closing and reopening the file".
This commit is contained in:
Родитель
cc2e9e4be5
Коммит
be81bdcb8b
|
@ -131,7 +131,7 @@ typedef struct htab { /* Memory resident data structure */
|
|||
SEGMENT *dir; /* Hash Bucket directory */
|
||||
off_t file_size; /* in bytes */
|
||||
char is_temp; /* unlink file on close */
|
||||
char updateEOF; /* close and reopen on flush */
|
||||
char updateEOF; /* force EOF update on flush */
|
||||
} HTAB;
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче