summaryrefslogtreecommitdiff
path: root/ubus_common.h
Commit message (Collapse)AuthorAgeFilesLines
* ubus_common: remove duplicate ARRAY_SIZE and add missing includePetr Štetiar2019-12-191-4/+2
| | | | | | ARRAY_SIZE is available from libubox/utils.h. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* ubusd_event: move strmatch_len to ubus_common.hHans Dedecker2018-10-061-0/+9
| | | | | | Rename strmatch_len into ubus_strmatch_len and move it to ubus_common.h Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* libubus: replace __init with __constructorZefir Kurtisi2014-09-171-2/+0
| | | | | | | | __init has a naming collision with C++ and prevents ubus_common.h from being included. Instead, use __constructor as defined from libubox. Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
* make UBUS_UNIX_SOCKET configurable via cmakeThomas Gstädtner2013-03-041-2/+0
| | | | | | this is mainly useful to have a single location to read the setting from, when it is used multiple times at build time (which it will in a following patch) :)
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
|
* set the default socket name to /var/run/ubus.sockFelix Fietkau2011-02-061-1/+1
|
* Initial importFelix Fietkau2011-01-301-0/+15