예제 #1
0
파일: smtrdns.c 프로젝트: INNOAUS/gsl
MODULE load_name_server_config (THREAD *thread)
{
    tcb = thread-> tcb;                 /*  Point to thread's context        */
    rdns_init (&server_list);
}
예제 #2
0
MODULE initialise_dns_library (THREAD *thread)
{
    tcb = thread-> tcb;                 /*  Point to thread's context        */
    rdns_init (&server_list);
}