Skip to content

Commit baf7d87

Browse files
authored
Merge pull request #2777 from dwrensha/app-persistent-capnp-id
explicitly annotate AppPersistent's type ID
2 parents 8376404 + 00096f5 commit baf7d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sandstorm/grain.capnp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ struct GrainInfo {
613613
# ========================================================================================
614614
# Persistent objects
615615

616-
interface AppPersistent(AppObjectId) {
616+
interface AppPersistent @0xaffa789add8747b8 (AppObjectId) {
617617
# To make an object implemented by your own app persistent, implement this interface.
618618
#
619619
# `AppObjectId` is a structure like a URL which identifies a specific object within your app.

0 commit comments

Comments
 (0)