mirror of https://github.com/BOINC/boinc.git
- VboxWrapper: Add a way to extract the VM process id from the VM's
log file. samples/vboxwrapper/ vbox.cpp, .h svn path=/trunk/boinc/; revision=24112
This commit is contained in:
parent
f6a12075af
commit
a6de614071
|
@ -5481,3 +5481,10 @@ David 1 Sept 2011
|
|||
|
||||
samples/wrapper/
|
||||
wrapper.cpp
|
||||
|
||||
Rom 1 Sept 2011
|
||||
- VboxWrapper: Add a way to extract the VM process id from the VM's
|
||||
log file.
|
||||
|
||||
samples/vboxwrapper/
|
||||
vbox.cpp, .h
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -59,9 +59,10 @@ struct VBOX_VM {
|
|||
int set_network_access(bool enabled);
|
||||
int set_cpu_usage_fraction(double);
|
||||
int set_network_max_bytes_sec(double);
|
||||
int get_vm_process_id(long& process_id);
|
||||
|
||||
static int initialize();
|
||||
static int generate_vm_root_dir( std::string& dir );
|
||||
static int generate_vm_root_dir(std::string& dir);
|
||||
static int vbm_popen(std::string&, std::string&);
|
||||
static int get_install_directory(std::string&);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue