Skip to content

Commit

Permalink
Merge pull request #2777 from dwrensha/app-persistent-capnp-id
Browse files Browse the repository at this point in the history
explicitly annotate AppPersistent's type ID
  • Loading branch information
kentonv authored Nov 28, 2016
2 parents 8376404 + 00096f5 commit baf7d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandstorm/grain.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ struct GrainInfo {
# ========================================================================================
# Persistent objects

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

0 comments on commit baf7d87

Please sign in to comment.