projects
/
project
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a56ab0
)
set the default socket name to /var/run/ubus.sock
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 Feb 2011 17:50:37 +0000
(18:50 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 Feb 2011 17:50:37 +0000
(18:50 +0100)
ubus_common.h
patch
|
blob
|
history
diff --git
a/ubus_common.h
b/ubus_common.h
index e002b2707114f3a01cd6ada8c9081f2c67643d14..99a7077bfe7e0b3460d313ec6dc3ef6f04f5e870 100644
(file)
--- a/
ubus_common.h
+++ b/
ubus_common.h
@@
-1,7
+1,7
@@
#ifndef __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_END (BLOBMSG_TYPE_LAST + 2)