aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/e2fsck.h
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/e2fsck.h')
-rw-r--r--e2fsprogs/e2fsck.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/e2fsprogs/e2fsck.h b/e2fsprogs/e2fsck.h
index 18d424449..9bf47b603 100644
--- a/e2fsprogs/e2fsck.h
+++ b/e2fsprogs/e2fsck.h
@@ -95,19 +95,6 @@ The following defines are used in the 'flags' field of a dx_dirblock_info
95#define DX_FLAG_FIRST 4 95#define DX_FLAG_FIRST 4
96#define DX_FLAG_LAST 8 96#define DX_FLAG_LAST 8
97 97
98#ifdef RESOURCE_TRACK
99/*
100 * This structure is used for keeping track of how much resources have
101 * been used for a particular pass of e2fsck.
102 */
103struct resource_track {
104 struct timeval time_start;
105 struct timeval user_start;
106 struct timeval system_start;
107 void *brk_start;
108};
109#endif
110
111/* 98/*
112 * E2fsck options 99 * E2fsck options
113 */ 100 */
@@ -289,13 +276,6 @@ struct e2fsck_struct {
289 io_channel journal_io; 276 io_channel journal_io;
290 char *journal_name; 277 char *journal_name;
291 278
292#ifdef RESOURCE_TRACK
293 /*
294 * For timing purposes
295 */
296 struct resource_track global_rtrack;
297#endif
298
299 /* 279 /*
300 * How we display the progress update (for unix) 280 * How we display the progress update (for unix)
301 */ 281 */