usr/config.h: fix comment for struct iscsi_session_timeout_config
[open-iscsi.git] / usr / host.h
bloba38efc9b108a51888851c693b19d65a43cb7240f
1 #ifndef ISCSI_HOST_H
2 #define ISCSI_HOST_H
3 #include <sys/types.h>
5 #include "types.h"
6 #include "config.h"
8 struct host_info {
9 struct iface_rec iface;
10 uint32_t host_no;
13 extern int host_info_print(int info_level, uint32_t host_no);
15 #endif