nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

size_t is translated as int in some cases, but should be long #39

Open nrgraham23 opened 8 years ago

nrgraham23 commented 8 years ago

I noticed in domain attr I had size_t values translated as ints. They should be longs. I fixed them where I noticed the error, but I am opening this issue to be a reminder that the rest of the code needs to be checked for this error.