repo.or.cz
/
open-iscsi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usr/config.h: fix comment for struct iscsi_session_timeout_config
[open-iscsi.git]
/
usr
/
host.h
blob
a38efc9b108a51888851c693b19d65a43cb7240f
1
#ifndef ISCSI_HOST_H
2
#define ISCSI_HOST_H
3
#include <sys/types.h>
4
5
#include
"types.h"
6
#include
"config.h"
7
8
struct
host_info
{
9
struct
iface_rec iface
;
10
uint32_t
host_no
;
11
};
12
13
extern
int
host_info_print
(
int
info_level
,
uint32_t
host_no
);
14
15
#endif