summaryrefslogtreecommitdiff
path: root/ggml-backend-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-backend-impl.h')
-rw-r--r--ggml-backend-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ggml-backend-impl.h b/ggml-backend-impl.h
index f95df47f..0e5bf0ae 100644
--- a/ggml-backend-impl.h
+++ b/ggml-backend-impl.h
@@ -104,6 +104,8 @@ extern "C" {
};
struct ggml_backend {
+ ggml_guid_t guid;
+
struct ggml_backend_i iface;
ggml_backend_context_t context;