Keep the reference name as part of the record

This commit is contained in:
Carlos Martín Nieto
2013-05-13 11:46:07 +02:00
parent dfdb4cbb54
commit 604388a76d
6 changed files with 46 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
-record(geef_ref, {handle, type :: atom(), target :: binary() | geef_oid()}).
-record(geef_ref, {handle, name :: binary(), type :: atom(), target :: binary() | geef_oid()}).
-record(geef_odb, {handle}).
-record(geef_oid, {oid}).
-record(geef_object, {type :: atom(), handle}).