mirror of https://gitee.com/openkylin/libvirt.git
util: vportprofile: remove unused constants
After the switch to libnl these are no longer used.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 77e7c13b2e
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
451da2f266
commit
a84e5a4979
|
@ -63,10 +63,6 @@ VIR_LOG_INIT("util.netdevvportprofile");
|
|||
|
||||
# define MICROSEC_PER_SEC (1000 * 1000)
|
||||
|
||||
# define NLMSGBUF_SIZE 256
|
||||
# define RATTBUF_SIZE 64
|
||||
|
||||
|
||||
# define STATUS_POLL_TIMEOUT_USEC (10 * MICROSEC_PER_SEC)
|
||||
# define STATUS_POLL_INTERVL_USEC (MICROSEC_PER_SEC / 8)
|
||||
|
||||
|
|
Loading…
Reference in New Issue