Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/server/node_func.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#include "list_link.h" /* tlist_head */

/* Forward declarations. */
typedef unsigned long pbs_net_t;
#ifndef PBS_NET_TYPE
typedef unsigned long pbs_net_t; /* for holding host addresses */
#define PBS_NET_TYPE
#endif
struct pbsnode;
struct node_check_info;
struct node_iterator;
Expand Down