Interfaceregistry for 'active' interfaces
All interfaces which are available get registered in a tree. This will be used internal for lookup interfaces. The higher level calls will be an amalgamation of this lookup and the upcoming plugindb and loader.
This commit is contained in:
parent
66a1142079
commit
4bfe430f38
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ liblumibackend_a_SOURCES = \
|
|||
$(liblumibackend_a_srcdir)/filehandle.c \
|
||||
$(liblumibackend_a_srcdir)/filedescriptor.c \
|
||||
$(liblumibackend_a_srcdir)/filehandlecache.c \
|
||||
$(liblumibackend_a_srcdir)/interfaceregistry.c \
|
||||
$(liblumibackend_a_srcdir)/config.c \
|
||||
$(liblumibackend_a_srcdir)/config_typed.c \
|
||||
$(liblumibackend_a_srcdir)/config_wordlist.c \
|
||||
|
|
@ -44,6 +45,7 @@ noinst_HEADERS += \
|
|||
$(liblumibackend_a_srcdir)/filehandle.h \
|
||||
$(liblumibackend_a_srcdir)/filedescriptor.h \
|
||||
$(liblumibackend_a_srcdir)/filehandlecache.h \
|
||||
$(liblumibackend_a_srcdir)/interfaceregistry.h \
|
||||
$(liblumibackend_a_srcdir)/config.h \
|
||||
$(liblumibackend_a_srcdir)/configentry.h \
|
||||
$(liblumibackend_a_srcdir)/configitem.h \
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ NOBUG_DEFINE_FLAG_PARENT (interfaceregistry, backend);
|
|||
static PSplay interfaceregistry;
|
||||
lumiera_mutex lumiera_interface_mutex;
|
||||
|
||||
|
||||
static int
|
||||
cmp_fn (const void* keya, const void* keyb);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue