diff options
| author | Michel Dänzer <michel@daenzer.net> | 2003-08-21 01:09:09 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-08-21 01:09:09 -0700 |
| commit | 2b50fcaae095b81ee226a96ae708253532db8f27 (patch) | |
| tree | f359940ab6f599b94bf61e5ef12b0311d9ee7a4a /include/linux | |
| parent | d7e6c32eb1d2f1229a93252fb4a459ba14b0a56f (diff) | |
[NET]: Make sure interval member of struct tc_estimator is signed.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pkt_sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index fec8ad62b567..d97edad0effc 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h @@ -45,7 +45,7 @@ struct tc_stats struct tc_estimator { - char interval; + signed char interval; unsigned char ewma_log; }; |
