VCL: add epoll_* functions.

Change-Id: Ife27795ea96919c116fb6ff33d106663b54df72d
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2017-10-03 01:48:42 -04:00
committed by Keith Burns
parent 4cd2576674
commit f7f809c298
5 changed files with 818 additions and 90 deletions

View File

@ -644,7 +644,7 @@ native_vcl() {
if [ "$multi_host" = "server" ] ; then
delay="sleep 10"
else
delay="sleep 3"
delay="sleep 2"
fi
write_script_header $cmd2_file $tmp_gdb_cmdfile "$title2" "$delay"
echo "export LD_LIBRARY_PATH=\"$lib64_dir:$LD_LIBRARY_PATH\"" >> $cmd2_file
@ -661,7 +661,7 @@ native_vcl() {
if [ "$multi_host" = "client" ] ; then
delay="sleep 10"
else
delay="sleep 3"
delay="sleep 2"
fi
write_script_header $cmd3_file $tmp_gdb_cmdfile "$title3" "$delay"
echo "export LD_LIBRARY_PATH=\"$lib64_dir:$LD_LIBRARY_PATH\"" >> $cmd3_file