diff options
author | Lars Ellenberg <[email protected]> | 2012-09-22 20:27:19 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2012-10-30 08:39:18 +0100 |
commit | 06f10adbdb027b225fd51584a218fa8344169514 (patch) | |
tree | 4425b0f49e1518637ee6b66b68345c31972a6218 /lib/mpi/mpi-internal.h | |
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 <[email protected]>
Signed-off-by: Lars Ellenberg <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions