aboutsummaryrefslogtreecommitdiff
path: root/harness/include/foreign_intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'harness/include/foreign_intf.h')
-rw-r--r--harness/include/foreign_intf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/harness/include/foreign_intf.h b/harness/include/foreign_intf.h
index 3a4b2a3..fc079e2 100644
--- a/harness/include/foreign_intf.h
+++ b/harness/include/foreign_intf.h
@@ -18,6 +18,9 @@ typedef struct FOREIGN_INTERFACE {
/* Requests the harness hot reload the current plugin. */
EXPORT(void (*request_hot_reload)(ctx_t ctx));
+ /* Requests the harness hot reload the current plugin. */
+ EXPORT(void (*do_log)(ctx_t ctx, const char* str));
+
} foreign_interface_t;
#undef EXPORT