override port usage, helps to use another instance for lib operations of melted
[melted_gui] / src / instance.h
index dab8930..c3e14ae 100644 (file)
@@ -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];