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.


bring GEARS up to date with interface changes
[palacios.git] / palacios / src / gears / ext_code_inject.c
index 87e5325..24f2d5e 100644 (file)
@@ -727,8 +727,8 @@ int v3_remove_code_inject (struct v3_vm_info * vm, struct v3_code_inject_info *
 
 static struct v3_extension_impl code_inject_impl = {
        .name = "code_inject",
-       .init = init_code_inject,
-       .deinit = deinit_code_inject,
+       .vm_init = init_code_inject,
+       .vm_deinit = deinit_code_inject,
        .core_init = NULL,
        .core_deinit = NULL,
        .on_entry = NULL,