Remove obsolete attributes from timeout_data_t

This commit is contained in:
Willem Toorop 2014-10-07 10:18:29 +02:00
parent 5fc9675397
commit 65db103c6d
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@ typedef getdns_return_t (*getdns_timeout_callback) (void* userarg);
/* context timeout data */ /* context timeout data */
typedef struct getdns_timeout_data { typedef struct getdns_timeout_data {
/* a timeout id */
getdns_transaction_t transaction_id;
/* the absolute time of the timeout */
struct timeval timeout_time;
/* the timeout callback to fire */ /* the timeout callback to fire */
getdns_timeout_callback callback; getdns_timeout_callback callback;
/* timeout callback user arg */ /* timeout callback user arg */