diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2011-02-22 02:07:03 -0500 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2011-10-14 10:48:00 -0400 |
commit | 774b305518a68a50df4f479bcf79da2add724e6e (patch) | |
tree | 19b0322feebe2aed18cee0eb7ffa3f5e0ad3addc /include/linux/drbd.h | |
parent | 80883197da071239ed9e76bd3b9d8c9c5e19e4e6 (diff) |
drbd: Implemented new commands to create/delete connections/minors
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 7683b4ab6583..e192167e6145 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -156,6 +156,9 @@ enum drbd_ret_code { | |||
156 | ERR_PIC_AFTER_DEP = 156, | 156 | ERR_PIC_AFTER_DEP = 156, |
157 | ERR_PIC_PEER_DEP = 157, | 157 | ERR_PIC_PEER_DEP = 157, |
158 | ERR_CONN_NOT_KNOWN = 158, | 158 | ERR_CONN_NOT_KNOWN = 158, |
159 | ERR_CONN_IN_USE = 159, | ||
160 | ERR_MINOR_CONFIGURED = 160, | ||
161 | ERR_MINOR_EXISTS = 161, | ||
159 | 162 | ||
160 | /* insert new ones above this line */ | 163 | /* insert new ones above this line */ |
161 | AFTER_LAST_ERR_CODE | 164 | AFTER_LAST_ERR_CODE |