mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Clean up
This commit is contained in:
parent
b97d1b74e2
commit
801e6f1136
@ -850,7 +850,6 @@ ipmi_main(int argc, char ** argv,
|
|||||||
ipmi_kontronoem_set_large_buffer( ipmi_main_intf, 0 );
|
ipmi_kontronoem_set_large_buffer( ipmi_main_intf, 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* clean repository caches */
|
/* clean repository caches */
|
||||||
ipmi_cleanup(ipmi_main_intf);
|
ipmi_cleanup(ipmi_main_intf);
|
||||||
|
|
||||||
|
@ -403,9 +403,12 @@ ipmi_mc_get_deviceid(struct ipmi_intf * intf)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Structure follow the IPMI V.2 Rev 1.0
|
||||||
|
* See Table 20-10 */
|
||||||
#ifdef HAVE_PRAGMA_PACK
|
#ifdef HAVE_PRAGMA_PACK
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct ipmi_guid {
|
struct ipmi_guid {
|
||||||
uint32_t time_low; /* timestamp low field */
|
uint32_t time_low; /* timestamp low field */
|
||||||
uint16_t time_mid; /* timestamp middle field */
|
uint16_t time_mid; /* timestamp middle field */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user