Files
sics/site_ansto/hardsup/aqp_opalstatus.h
Ferdi Franceschini 19f6c8541c SICS-128: Added a reactor status protocol handler called OPALSTAT for the asyncqueue.
OPALSTAT uses HTTP/1.1 and sets the UserAgent to SICS to avoid re-directs.  It also sends
the SICS version and revision numbers in the UserAgent string.
2014-04-29 15:29:03 +10:00

5 lines
105 B
C

#ifndef AQP_OPALSTATUS_H
#define AQP_OPALSTATUS_H
void OpalStatusInitProtocol(SicsInterp *pSics);
#endif