all clixon event functions prepended with clixon_
Replaced fcgi getparam code with clixon-data parameters
This commit is contained in:
parent
a455b15f03
commit
14b03f63a3
34 changed files with 567 additions and 877 deletions
|
|
@ -531,9 +531,9 @@ main(int argc,
|
|||
clicon_err(OE_XML, errno, "nghttp2_session_send");
|
||||
goto done;
|
||||
}
|
||||
if (event_reg_fd(ss, ssl_input_cb, sd, "ssl socket") < 0)
|
||||
if (clixon_event_reg_fd(ss, ssl_input_cb, sd, "ssl socket") < 0)
|
||||
goto done;
|
||||
if (event_loop() < 0)
|
||||
if (clixon_event_loop() < 0)
|
||||
goto done;
|
||||
retval = 0;
|
||||
done:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue