| ... | ... |
@@ -34,14 +34,6 @@ struct thrarg {
|
| 34 | 34 |
const struct cl_limits *limits; |
| 35 | 35 |
}; |
| 36 | 36 |
|
| 37 |
-struct thrsession {
|
|
| 38 |
- pthread_mutex_t mutex; |
|
| 39 |
- short int active; |
|
| 40 |
- pthread_t id; |
|
| 41 |
- time_t start; |
|
| 42 |
- int desc; |
|
| 43 |
-} *ths; |
|
| 44 |
- |
|
| 45 | 37 |
/* thread watcher arguments */ |
| 46 | 38 |
struct thrwarg {
|
| 47 | 39 |
int socketd; |