Removed dcb->mutex since it didn't solve any problem.

This commit is contained in:
vraatikka
2013-08-19 13:01:07 +03:00
parent a5dd900acb
commit 24367fb400
3 changed files with 0 additions and 9 deletions

View File

@ -134,7 +134,6 @@ typedef struct {
* gateway may be selected to execute the required actions when a network event occurs.
*/
typedef struct dcb {
simple_mutex_t mutex; /**< Protects dcb processing. Coarse and temporary? */
int fd; /**< The descriptor */
int state; /**< Current descriptor state */
char *remote; /**< Address of remote end */