CDS-93: Add types to share record

This commit is contained in:
Rustem Shaydullin 2019-07-16 13:53:31 +03:00
parent 5ca10a8751
commit 73339759a8

View File

@ -13,7 +13,7 @@
%% limitations under the License. %% limitations under the License.
-record(share, { -record(share, {
threshold, threshold :: pos_integer(),
x, x :: pos_integer(),
y y :: binary()
}). }).