25 lines
298 B
C
25 lines
298 B
C
|
|
/*
|
|
* $Id$
|
|
*
|
|
* Author: Jeff Hill
|
|
*
|
|
* Functions which interrogate the state of the system wide pool
|
|
*
|
|
*/
|
|
|
|
#include "shareLib.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
epicsShareFunc int epicsShareAPI osiSufficentSpaceInPool (void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#include "osdPoolStatus.h"
|
|
|