mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-07 13:31:36 -05:00
clamd/server.h: drop dead code (bb#1231)
git-svn: trunk@4254
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Mon Oct 13 12:22:02 CEST 2008 (tk)
|
||||
----------------------------------
|
||||
* clamd/server.h: drop dead code (bb#1231)
|
||||
|
||||
Mon Oct 13 12:09:28 CEST 2008 (tk)
|
||||
----------------------------------
|
||||
* freshclam/manager.c: use HAVE_STRINGS_H (bb#1230)
|
||||
|
||||
@@ -34,14 +34,6 @@ struct thrarg {
|
||||
const struct cl_limits *limits;
|
||||
};
|
||||
|
||||
struct thrsession {
|
||||
pthread_mutex_t mutex;
|
||||
short int active;
|
||||
pthread_t id;
|
||||
time_t start;
|
||||
int desc;
|
||||
} *ths;
|
||||
|
||||
/* thread watcher arguments */
|
||||
struct thrwarg {
|
||||
int socketd;
|
||||
|
||||
Reference in New Issue
Block a user