EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: iocLogDisable
From: [email protected] (Steve Lewis)
To: [email protected]
Date: Thu, 1 Feb 96 17:03:15 PST
Between R3.12 and 3.12.2, iocLogDisable in iocLogClient.c got
changed to LOCAL, that is, static.  Thus, setting
	iocLogDisable = 1
at the VxWorks command line no longer disables logging.  (In fact,
you are reminded that you have created a new symbol.)

I assume this was inadvertently done when setting most of the other
global variables to LOCAL in that module.

If the intent was *NOT* to change the behavior, this should be corrected
on line 67, iocLogClient.c, in base/src/libvxWorks:

	LOCAL int       iocLogDisable = 0;
==>
	int             iocLogDisable = 0;
	
	Steve Lewis				[email protected]
	BaBar Online Group			Mail Stop 50A-2160
	Lawrence Berkeley National Laboratory	Tel: 510/486-7702
	Berkeley, CA 94720			Fax: 510/486-5101


Navigate by Date:
Prev: Re: Bug in dfanout record Marty Kraimer
Next: distant rs232 Ian Smith
Index: 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Bug in dfanout record Marty Kraimer
Next: Re: iocLogDisable Jeff Hill
Index: 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·