diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-09-22 20:27:19 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-10-30 08:39:18 +0100 |
commit | 06f10adbdb027b225fd51584a218fa8344169514 (patch) | |
tree | 4425b0f49e1518637ee6b66b68345c31972a6218 /tools/perf/scripts/python/sctop.py | |
parent | 44edfb0d785ea06712b5a717fa2c1ae34e300845 (diff) |
drbd: prepare for more than 32 bit flags
- struct drbd_conf { ... unsigned long flags; ... }
+ struct drbd_conf { ... unsigned long drbd_flags[N]; ... }
And introduce wrapper functions for test/set/clear bit operations
on this member.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions