]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.h
Store the exec callback into the private object
[perl/modules/re-engine-Plugin.git] / Plugin.h
index 109854ad2d518be15f5a45cbb9777247cd3d7bc1..7fc63d43760d11933b9cfc86c38fe6a9aa5c22a9 100644 (file)
--- a/Plugin.h
+++ b/Plugin.h
@@ -77,10 +77,8 @@ typedef struct replug {
     /* The ->stash */
     SV * stash;
 
-    /*
-     * Callbacks
-     */
-
+    /* Callbacks */
+    SV * cb_exec;
     SV * cb_free;
 
     /* ->num_captures */