| .. | .. |
|---|
| 44 | 44 | extern void copy_old_to_new_state_change(struct drbd_state_change *); |
|---|
| 45 | 45 | extern void forget_state_change(struct drbd_state_change *); |
|---|
| 46 | 46 | |
|---|
| 47 | | -extern void notify_resource_state_change(struct sk_buff *, |
|---|
| 47 | +extern int notify_resource_state_change(struct sk_buff *, |
|---|
| 48 | 48 | unsigned int, |
|---|
| 49 | 49 | struct drbd_resource_state_change *, |
|---|
| 50 | 50 | enum drbd_notification_type type); |
|---|
| 51 | | -extern void notify_connection_state_change(struct sk_buff *, |
|---|
| 51 | +extern int notify_connection_state_change(struct sk_buff *, |
|---|
| 52 | 52 | unsigned int, |
|---|
| 53 | 53 | struct drbd_connection_state_change *, |
|---|
| 54 | 54 | enum drbd_notification_type type); |
|---|
| 55 | | -extern void notify_device_state_change(struct sk_buff *, |
|---|
| 55 | +extern int notify_device_state_change(struct sk_buff *, |
|---|
| 56 | 56 | unsigned int, |
|---|
| 57 | 57 | struct drbd_device_state_change *, |
|---|
| 58 | 58 | enum drbd_notification_type type); |
|---|
| 59 | | -extern void notify_peer_device_state_change(struct sk_buff *, |
|---|
| 59 | +extern int notify_peer_device_state_change(struct sk_buff *, |
|---|
| 60 | 60 | unsigned int, |
|---|
| 61 | 61 | struct drbd_peer_device_state_change *, |
|---|
| 62 | 62 | enum drbd_notification_type type); |
|---|