From 31b6cd6d3fea454fd3e7503c7db1a060100cdb3d Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Mon, 23 Jul 2012 13:41:13 +1000 Subject: [PATCH] add new protocl controller for ag1010 r3672 | jgn | 2012-07-23 13:41:13 +1000 (Mon, 23 Jul 2012) | 1 line --- site_ansto/site_ansto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site_ansto/site_ansto.c b/site_ansto/site_ansto.c index 3f0b7495..1f6f8a90 100644 --- a/site_ansto/site_ansto.c +++ b/site_ansto/site_ansto.c @@ -66,6 +66,7 @@ extern void AddHttpProtocoll(); extern void AddProtek608Protocol(); extern void AddRFAmpProtocol(); extern void AddTCPMBProtocol (); +extern void AddLFGenProtocol(); extern int ANSTO_MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]); @@ -87,6 +88,7 @@ void SiteInit(void) { AddProtek608Protocol(); AddRFAmpProtocol(); AddTCPMBProtocol(); + AddLFGenProtocol(); } static pSite /*@null@*/ siteANSTO = NULL;