numam-dpdk/examples/vm_power_manager
Bruce Richardson 0d74597c1b examples/vm_power: fix max length of unix socket path
The length of the path to a unix socket is not PATH_MAX but instead is
UNIX_PATH_MAX which is generally just over 100 bytes in size. It's not
actually defined in sys/un.h on linux - despite the man page referencing
it, so calculate the size in the case where it's not defined.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2014-12-17 01:04:06 +01:00
..
guest_cli examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
channel_manager.c examples/vm_power: fix max length of unix socket path 2014-12-17 01:04:06 +01:00
channel_manager.h examples/vm_power: fix max length of unix socket path 2014-12-17 01:04:06 +01:00
channel_monitor.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
channel_monitor.h examples/vm_power: channel manager and monitor in host 2014-11-26 17:27:03 +01:00
main.c examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile examples/vm_power: vm power management application 2014-11-26 17:27:03 +01:00
power_manager.c examples/vm_power: cpu frequency in host 2014-11-26 17:27:03 +01:00
power_manager.h examples/vm_power: cpu frequency in host 2014-11-26 17:27:03 +01:00
vm_power_cli.c examples/vm_power: cli in host 2014-11-26 17:27:03 +01:00
vm_power_cli.h examples/vm_power: cli in host 2014-11-26 17:27:03 +01:00