Moved restconf_stream.c -> restconf_stream_fcgi.c, made some generaizations and documented what was hardcoded to FCGI
This commit is contained in:
parent
73bbcded87
commit
e2b3cdb3f6
8 changed files with 148 additions and 94 deletions
|
|
@ -94,7 +94,8 @@ APPSRC += restconf_main_$(with_restconf).c
|
|||
|
||||
# Fcgi-specific source including main
|
||||
ifeq ($(with_restconf),fcgi)
|
||||
APPSRC += restconf_stream.c
|
||||
# Streams notifications have some fcgi specific handling
|
||||
APPSRC += restconf_stream_$(with_restconf).c
|
||||
endif
|
||||
|
||||
APPOBJ = $(APPSRC:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue