]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/MONITORzmq/AliStorageEventManager.h
Fixes in online reconstruction, Event Display and Storage Manager
[u/mrichter/AliRoot.git] / MONITOR / MONITORzmq / AliStorageEventManager.h
index c3ebf135697e740a0c2d50eee0267b9567112cb4..46e4a844995e242e2cdd494c64b27473f592e7cf 100644 (file)
@@ -23,7 +23,7 @@ public:
        static AliStorageEventManager* GetEventManagerInstance();
 
        void Send(std::vector<serverListStruct> list,storageSockets socket);
-       void Send(struct serverRequestStruct *request,storageSockets socket);
+       bool Send(struct serverRequestStruct *request,storageSockets socket,int timeout = -1);
        bool Send(struct clientRequestStruct *request,storageSockets socket,int timeout = -1);
        void Send(AliESDEvent *event,storageSockets socket);
        void Send(TFile *file,storageSockets socket);