Fixed the comment about the updateEOF member of HTAB. The update_EOF()
function is not "closing and reopening the file". git-svn-id: svn://10.0.0.236/trunk@104862 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
54bd44bcff
commit
d538d9a510
@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user