Skip to content
Snippets Groups Projects
Commit 3972e708 authored by Rolf Bork's avatar Rolf Bork
Browse files

Added gds_shm variable for ZMQ.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4390 6dcd42c9-f523-4c6d-aada-af552506706e
parent b2dfc11d
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ extern int iop_rfm_valid;
volatile char *_epics_shm; ///< Ptr to EPICS shared memory area
char *_ipc_shm; ///< Ptr to inter-process communication area
char *_daq_shm; ///< Ptr to frame builder comm shared mem area
char *_gds_shm; ///< Ptr to frame builder comm shared mem area
int daq_fd; ///< File descriptor to share memory file
long daqBuffer; // Address for daq dual buffers in daqLib.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment