X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finstance.h;fp=src%2Finstance.h;h=c3e14ae813250da49075a9d8da11765c7e60813c;hb=d31575c9e3f5dac1dc7596b4cb2a8457ea2bef6b;hp=dab8930adbb88974c9012a98ea4f3e9430002b1a;hpb=d189731bad73c50b272e52f1c7dd1ec3ac3aa7bd;p=melted_gui diff --git a/src/instance.h b/src/instance.h index dab8930..c3e14ae 100644 --- a/src/instance.h +++ b/src/instance.h @@ -140,6 +140,7 @@ typedef struct instance_desc player_t item[MAX_PLAYERS]; int count; char host[PATH_MAX]; + int port; pthread_mutex_t lock; } players; int f_exit; @@ -155,6 +156,7 @@ typedef struct instance_desc } playlist; struct { + int port; void* handle[2]; GdkPixbuf *icons[8];