Last change
on this file since 277 was 149, checked in by katerina, 17 years ago |
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 size:
564 bytes
|
Line | |
---|
1 |
|
---|
2 | #ifndef SH_UTMP_H
|
---|
3 | #define SH_UTMP_H
|
---|
4 |
|
---|
5 | #include "sh_modules.h"
|
---|
6 |
|
---|
7 | #ifdef SH_USE_UTMP
|
---|
8 | int sh_utmp_init (struct mod_type * arg);
|
---|
9 | int sh_utmp_timer (time_t tcurrent);
|
---|
10 | int sh_utmp_check (void);
|
---|
11 | int sh_utmp_end (void);
|
---|
12 | int sh_utmp_reconf (void);
|
---|
13 |
|
---|
14 | int sh_utmp_set_login_activate (const char * c);
|
---|
15 | int sh_utmp_set_login_solo (const char * c);
|
---|
16 | int sh_utmp_set_login_multi (const char * c);
|
---|
17 | int sh_utmp_set_logout_good (const char * c);
|
---|
18 | int sh_utmp_set_login_timer (const char * c);
|
---|
19 |
|
---|
20 | extern sh_rconf sh_utmp_table[];
|
---|
21 | #endif
|
---|
22 |
|
---|
23 | /* #ifndef SH_UTMP_H */
|
---|
24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.