view src/lib/hostpid.h @ 3749:194295062e5e HEAD

Added kqueue support. Patch by Vaclav Haisman.
author Timo Sirainen <tss@iki.fi>
date Wed, 14 Dec 2005 20:51:52 +0200
parents 3b1985cbc908
children e4eb71ae8e96
line wrap: on
line source

#ifndef __HOSTPID_H
#define __HOSTPID_H

extern const char *my_hostname;
extern const char *my_pid;

/* Initializes my_hostname and my_pid. Done only once, so it's safe and
   fast to call this function multiple times. */
void hostpid_init(void);

#endif