summaryrefslogtreecommitdiff
path: root/ubusmsg.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-29 00:56:37 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-05-29 00:56:37 +0200
commit34161692fae8a5d81bc73e8005effd1fd13aa412 (patch)
tree02548861d6face8c2b80189a9131637da0fdb8ce /ubusmsg.h
parentdf69022bebe444a0c2ec2c9316748dc1dd833b4e (diff)
downloadubus-34161692fae8a5d81bc73e8005effd1fd13aa412.tar.gz
libubus: add support for reconnecting (and re-publishing objects)
Diffstat (limited to 'ubusmsg.h')
-rw-r--r--ubusmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubusmsg.h b/ubusmsg.h
index 607ecd4..10f84db 100644
--- a/ubusmsg.h
+++ b/ubusmsg.h
@@ -92,6 +92,7 @@ enum ubus_msg_status {
UBUS_STATUS_TIMEOUT,
UBUS_STATUS_NOT_SUPPORTED,
UBUS_STATUS_UNKNOWN_ERROR,
+ UBUS_STATUS_CONNECTION_FAILED,
__UBUS_STATUS_LAST
};