Ignore:
Timestamp:
Jan 7, 2008, 8:52:13 PM (17 years ago)
Author:
katerina
Message:

Make sh_hash.c thread-safe, remove plenty of tiny allocations, improve sh_mem_dump, modify port check to run as thread, and fix unsetting of sh_thread_pause_flag (was too early).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_suidchk.h

    r140 r149  
    66
    77#ifdef SH_USE_SUIDCHK
    8 int sh_suidchk_init  (struct mod_type * arg);
    9 int sh_suidchk_timer (time_t tcurrent);
    10 int sh_suidchk_check (void);
    11 int sh_suidchk_end   (void);
    12 int sh_suidchk_free_schedule (void);
     8int sh_suidchk_init   (struct mod_type * arg);
     9int sh_suidchk_timer  (time_t tcurrent);
     10int sh_suidchk_check  (void);
     11int sh_suidchk_end    (void);
     12int sh_suidchk_reconf (void);
    1313
    1414int sh_suidchk_set_activate   (const char * c);
Note: See TracChangeset for help on using the changeset viewer.