fix compiler warning

This commit is contained in:
max10
2014-12-04 15:25:12 +01:00
parent f3ffe33c53
commit e05b1f5b85
4 changed files with 16 additions and 14 deletions

View File

@@ -160,7 +160,7 @@ class eDVBCICAManagerSession;
typedef struct
{
pthread_t slot_thread;
int slot;
unsigned int slot;
int fd;
int connection_id;
eStatus status;