Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Linux guest user library and test application for ROS<->HRT interaction in an HVM
[palacios.git] / palacios / src / gears / ext_env_inject.c
index 4b7590c..96a935c 100644 (file)
@@ -109,8 +109,8 @@ int v3_remove_env_inject (struct v3_vm_info * vm, struct v3_env_inject_info * in
 
 static struct v3_extension_impl env_inject_impl = {
        .name = "env_inject",
-       .init = init_env_inject,
-       .deinit = deinit_env_inject,
+       .vm_init = init_env_inject,
+       .vm_deinit = deinit_env_inject,
        .core_init = NULL,
        .core_deinit = NULL,
        .on_entry = NULL,