add bip_get_interface and Device_Time_Of_Restart, fix Network_Port_Changes_Discard (#1038)
* added bip_get_interface * basic/object/device get/set time of restart * clear changes pending * clang-format
This commit is contained in:
@@ -817,6 +817,11 @@ void bip_set_interface(const char *ifname)
|
||||
}
|
||||
}
|
||||
|
||||
const char *bip_get_interface(void)
|
||||
{
|
||||
return BIP_Interface_Name;
|
||||
}
|
||||
|
||||
static int createSocket(const struct sockaddr_in *sin)
|
||||
{
|
||||
int status = 0; /* return from socket lib calls */
|
||||
|
||||
Reference in New Issue
Block a user