Re: [Nagios-devel] Definition of "host" type ...

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Definition of "host" type ...

Post by Guest »

Actually, it is the same struct you're looking at. The structure is
typedef's as being "host"...

typedef struct host_struct{
...
}host;



On 25 Nov 2003 at 16:46, Denis Sacchet wrote:

> Hi,
>
> in the file checks.c, some variables are of type "host *" like
> at the line 514. I doesn't find a typedef corresponding into
> the *.h. The only thing I found is the "typedef struct host_struct" at
> line 93 of "objects.h" with the definition of NSCORE. This seems to
> correspond to the parameters used. And there is a -DNSCORE into the
> "makefile" of "base" directory. But I cannot make the parallel between
> host_struct type and host type ... Can someone help me please ...
>
> Thx in advance
>
> --
> Denis Sacchet aka. Ouba ("`-/")_.-'"``-._
> . . `; -._ )-;-,_`)
> "Computers are like air conditionners (v_,)' _ )`-.\ ``-'
> They stop working properly when you _.- _..-_/ / ((.' open
> Windows !!!" ((,.-' ((,/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>



Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked