update it

This commit is contained in:
Sukchan Lee 2017-02-26 16:01:54 +09:00
parent c32191d9e7
commit ff8d1eb91c
3 changed files with 11 additions and 10 deletions

View file

@ -12,7 +12,7 @@
static void s6a_gnutls_log_func(int level, const char *str);
static void s6a_fd_logger(int printlevel, const char *format, va_list ap);
status_t s6a_thread_start(int hss)
status_t s6a_fd_init(int hss)
{
int ret;
@ -66,7 +66,7 @@ status_t s6a_thread_start(int hss)
return CORE_OK;
}
void s6a_thread_stop()
void s6a_fd_final()
{
int ret;
@ -77,12 +77,6 @@ void s6a_thread_stop()
{
d_error("fd_core_shutdown() failed");
}
ret = fd_core_wait_shutdown_complete();
if (ret != 0)
{
d_error("fd_core_wait_shutdown_complete() failed");
}
}
static void s6a_gnutls_log_func(int level, const char *str)