equal
deleted
inserted
replaced
82 */ |
82 */ |
83 struct v_globals { |
83 struct v_globals { |
84 unsigned short int debugmode; /* debug level */ |
84 unsigned short int debugmode; /* debug level */ |
85 char dbname[128]; /* path to database file */ |
85 char dbname[128]; /* path to database file */ |
86 short int db_fd; /* opened db file descriptor */ |
86 short int db_fd; /* opened db file descriptor */ |
|
87 struct cdb db; /* the cdb struct */ |
87 |
88 |
88 struct { |
89 struct { |
89 time_t start; /* start time */ |
90 time_t start; /* start time */ |
90 unsigned long int lines; /* line count for determining speed */ |
91 unsigned long int lines; /* line count for determining speed */ |
91 time_t db_lastcheck; /* reopen db time */ |
92 time_t db_lastcheck; /* reopen db time */ |