4 Feb
2015
4 Feb
'15
3:44 p.m.
Hi, I want to use custom attribute of integer type, to hold user's total amount of consumed bytes, something like this ATTRIBUTE Total-Used-Bytes 3003 integer What is bit width of custom integer attributes, 32 or 64 bit ? I need it to store 64 counters. Br/Flamur
4 Feb
4 Feb
3:53 p.m.
On Feb 4, 2015, at 3:44 PM, Flamur Rogova <flamur@ipko.net> wrote:
I want to use custom attribute of integer type, to hold user's total amount of consumed bytes, something like this
ATTRIBUTE Total-Used-Bytes 3003 integer
What is bit width of custom integer attributes, 32 or 64 bit ?
See “man dictionary”. “integer” is 32-bit. “integer64” is 64-bit. Alan DeKok.
4172
Age (days ago)
4172
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Flamur Rogova