Revert "DEBUG add function to set debug fd"

We will have a completely different debugging framework soon.

This reverts commit ec46d6fa43.
This commit is contained in:
Peter Lieven
2012-11-07 06:45:54 +01:00
parent ec46d6fa43
commit a97b51bbe5
5 changed files with 5 additions and 26 deletions

View File

@@ -130,7 +130,6 @@ struct iscsi_context {
int no_auto_reconnect;
int reconnect_deferred;
int debug;
int debug_fd;
int mallocs;
int reallocs;
int frees;
@@ -305,7 +304,7 @@ struct scsi_task *iscsi_scsi_get_task_from_pdu(struct iscsi_pdu *pdu);
void iscsi_set_noautoreconnect(struct iscsi_context *iscsi, int state);
void iscsi_decrement_iface_rr(void);
void iscsi_decrement_iface_rr();
#ifdef __cplusplus
}