Displaying 2 results from an estimated 2 matches for "globalcheck".
2000 Jan 27
0
service_ok, redux.
...e True.
---
> incomplete or faulty, else True. The messages use WARNING for something
> that indicates a failure occuring, NOTICE for something arguably wrong,
> and ERROR for something having failed.
1774c1776,1778
< BOOL bRetval;
---
> BOOL bRetval = True;
> static int globalCheck = True;
> struct stat buf;
1776c1780,1830
< bRetval = True;
---
> /* Look for inconstancies in roughly decreasing order of severity, */
> /* starting with globals. */
>
> if (globalCheck == True)
> {
> globalCheck = False; /* Only check once. */
>...
2000 Jan 27
1
Proposed improvements to service_ok()
...e True.
---
> incomplete or faulty, else True. The messages use WARNING for something
> that indicates a failure occuring, NOTICE for something arguably wrong,
> and ERROR for something having failed.
1774c1776,1778
< BOOL bRetval;
---
> BOOL bRetval = True;
> static int globalCheck = True;
> struct stat buf;
1776c1780,1830
< bRetval = True;
---
> /* Look for inconstancies in roughly decreasing order of severity, */
> /* starting with globals. */
>
> if (globalCheck == True)
> {
> globalCheck = False; /* Only check once. */
>...