set the default socket name to /var/run/ubus.sock
This commit is contained in:
parent
7a56ab0411
commit
5fde74d12a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __UBUS_COMMON_H
|
#ifndef __UBUS_COMMON_H
|
||||||
#define __UBUS_COMMON_H
|
#define __UBUS_COMMON_H
|
||||||
|
|
||||||
#define UBUS_UNIX_SOCKET "./ubus.sock"
|
#define UBUS_UNIX_SOCKET "/var/run/ubus.sock"
|
||||||
|
|
||||||
#define UBUS_SIGNATURE_METHOD (BLOBMSG_TYPE_LAST + 1)
|
#define UBUS_SIGNATURE_METHOD (BLOBMSG_TYPE_LAST + 1)
|
||||||
#define UBUS_SIGNATURE_END (BLOBMSG_TYPE_LAST + 2)
|
#define UBUS_SIGNATURE_END (BLOBMSG_TYPE_LAST + 2)
|
||||||
|
|
Loading…
Reference in a new issue