allow the interface to store its name

This commit is contained in:
Jeremy Ellington 2004-06-04 16:04:37 +00:00
parent 0e9aaceaa7
commit 620f9d4aaf

View File

@ -107,6 +107,7 @@ struct ipmi_session {
struct ipmi_intf {
char name[32];
int fd;
int opened;
int abort;