From 565739f6a271ddd4c9af951cf18111b63b77c18f Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 11 Oct 2018 15:55:08 +0200 Subject: [PATCH] eiger server, moved comunication_funcs --- slsDetectorServers/eigerDetectorServer/communication_funcs.c | 2 +- slsDetectorServers/eigerDetectorServer/communication_funcs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorServers/eigerDetectorServer/communication_funcs.c b/slsDetectorServers/eigerDetectorServer/communication_funcs.c index eacf9f393..30435fdc4 120000 --- a/slsDetectorServers/eigerDetectorServer/communication_funcs.c +++ b/slsDetectorServers/eigerDetectorServer/communication_funcs.c @@ -1 +1 @@ -../../slsSupportLib/include/communication_funcs.c \ No newline at end of file +../slsDetectorServer/communication_funcs.c \ No newline at end of file diff --git a/slsDetectorServers/eigerDetectorServer/communication_funcs.h b/slsDetectorServers/eigerDetectorServer/communication_funcs.h index 72c567747..c0c144994 120000 --- a/slsDetectorServers/eigerDetectorServer/communication_funcs.h +++ b/slsDetectorServers/eigerDetectorServer/communication_funcs.h @@ -1 +1 @@ -../../slsSupportLib/include/communication_funcs.h \ No newline at end of file +../slsDetectorServer/communication_funcs.h \ No newline at end of file