moved globals from commu.h to .c and used extern. This needed for eiger g++ server compiling. Also typecasted all the mallocs

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@664 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-09-13 07:01:36 +00:00
parent 23bbefd4a2
commit 99b0ea47b0
3 changed files with 13 additions and 15 deletions

View File

@ -16,11 +16,6 @@
char lastClientIP[INET_ADDRSTRLEN];
char thisClientIP[INET_ADDRSTRLEN];
int lockStatus;
int differentClients;
typedef enum{
INT16,
INT32,