Rev 8155 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8155 | Rev 8185 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | 17 | ||
18 | /* This file contains a routine to do housekeeping: |
18 | /* This file contains a routine to do housekeeping: |
19 | * it erases obsolete session directories. |
19 | * it erases obsolete session directories. |
20 | * Regular checkup every 10 minutes or so. |
20 | * Regular checkup every 10 minutes or so. |
21 | */ |
21 | */ |
- | 22 | #include "wimslogd.h" |
|
22 | 23 | ||
23 | /* internal */ |
24 | /* internal */ |
24 | void _cleaning(char *di,int hardcheck) |
25 | void _cleaning(char *di,int hardcheck) |
25 | { |
26 | { |
26 | DIR *sdir_base; |
27 | DIR *sdir_base; |