summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-30 20:19:44 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-30 20:19:44 -0700
commit7fbf2ff3c925a0cc55024bc8350ad9e9bf8d1e47 (patch)
tree0c2f93f7d201d35b17d0cb6defe09004097cc711 /scope.h
parentbc8eb7adf2c2f04fdc262ee370feda9e0d8781c3 (diff)
downloadxscope-7fbf2ff3c925a0cc55024bc8350ad9e9bf8d1e47.tar.gz
Store ClientNumber as int instead of converting back & forth to long
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index d14cfed..b04c331 100644
--- a/scope.h
+++ b/scope.h
@@ -107,7 +107,7 @@ extern char AudioServerHostName[MAXHOSTNAMELEN];
struct fdinfo
{
Boolean Server;
- long ClientNumber;
+ int ClientNumber;
FD pair;
unsigned char *buffer;
int bufcount;