summaryrefslogtreecommitdiff
path: root/source4/nbt_server/nbt_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/nbt_server/nbt_server.h')
-rw-r--r--source4/nbt_server/nbt_server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/nbt_server/nbt_server.h b/source4/nbt_server/nbt_server.h
index e2b8584f5a..b9ed265b88 100644
--- a/source4/nbt_server/nbt_server.h
+++ b/source4/nbt_server/nbt_server.h
@@ -22,6 +22,8 @@
#include "libcli/nbt/libnbt.h"
#include "libcli/dgram/libdgram.h"
+#include "librpc/gen_ndr/ndr_irpc.h"
+#include "lib/messaging/irpc.h"
/*
a list of our registered names on each interface
@@ -70,6 +72,8 @@ struct nbtd_server {
struct nbtd_interface *wins_interface;
struct wins_server *winssrv;
+
+ struct nbtd_statistics stats;
};