[sgen] Add binary protocol entry for worker finish
[mono.git] / mono / metadata / sgen-client-mono.h
index b9bf15465ffe627ab25f7335deb4f0993c764e1b..e66b1daf4ddf6447e6ad1d31b50691638df61d46 100644 (file)
@@ -690,6 +690,11 @@ sgen_client_binary_protocol_finish_gray_stack_end (long long timestamp, int gene
 {
 }
 
+static void G_GNUC_UNUSED
+sgen_client_binary_protocol_worker_finish (long long timestamp, gboolean forced)
+{
+}
+
 int sgen_thread_handshake (BOOL suspend);
 gboolean sgen_suspend_thread (SgenThreadInfo *info);
 gboolean sgen_resume_thread (SgenThreadInfo *info);