diff options
Diffstat (limited to 'src/gstscsrc.h')
-rw-r--r-- | src/gstscsrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gstscsrc.h b/src/gstscsrc.h index d3d4022..1feaa6d 100644 --- a/src/gstscsrc.h +++ b/src/gstscsrc.h @@ -44,7 +44,7 @@ struct _GstSopcastSrc { gchar *location; /* Full URI. */ int ports[2]; /* inboud/outbound ports */ - int socks[2]; /**/ + int sock; /* the socket connected to server */ pid_t helper_pid; /* The pid of helper */ gboolean first_request; /* The first request */ gint percent; /* buffering percentage */ |