X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ubusmsg.h;h=b2df8dc295f84886dac864ee37cd46e24083eab3;hb=HEAD;hp=398b126b6dc01833937749a110181ea0debb1476;hpb=47d75dd84af8ba6e9bac0d24861653e11796bdb0;p=project%2Fubus.git diff --git a/ubusmsg.h b/ubusmsg.h index 398b126..b2df8dc 100644 --- a/ubusmsg.h +++ b/ubusmsg.h @@ -127,6 +127,9 @@ enum ubus_msg_status { UBUS_STATUS_NOT_SUPPORTED, UBUS_STATUS_UNKNOWN_ERROR, UBUS_STATUS_CONNECTION_FAILED, + UBUS_STATUS_NO_MEMORY, + UBUS_STATUS_PARSE_ERROR, + UBUS_STATUS_SYSTEM_ERROR, __UBUS_STATUS_LAST };