summaryrefslogtreecommitdiff
path: root/trafgen_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen_conf.h')
-rw-r--r--trafgen_conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trafgen_conf.h b/trafgen_conf.h
index a0bbe43..fcbbb17 100644
--- a/trafgen_conf.h
+++ b/trafgen_conf.h
@@ -22,8 +22,8 @@ enum csum {
};
struct counter {
- int type;
- uint8_t min, max, inc, val;
+ int type, inc;
+ uint8_t min, max, val;
off_t off;
};