Whamcloud - gitweb
LU-12513 utils: change cy_valueint to 64 bits 23/35423/4
authorJames Simmons <jsimmons@infradead.org>
Sat, 6 Jul 2019 22:51:40 +0000 (18:51 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 17 Jul 2019 06:21:52 +0000 (06:21 +0000)
commit0c24502450e25298b6704dbe1b0a6d4005467c3c
tree41fc9d574781155dd1fa8d05c085f913e597d1c0
parenta2ef61d1ad0cbd31bf0ed1f529109dca7bb73f3b
LU-12513 utils: change cy_valueint to 64 bits

While testing the lustre YAML implementation with netlink I found
that it didn't support 64 bit integer values. Change cy_valueint
to a long long.

Test-Parameter: trivial

Change-Id: I1746a4907a83e7c5733a0681a66e7f4a54a4c392
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/35423
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
lnet/include/cyaml.h
lnet/utils/lnetconfig/cyaml.c