command cmd;
response rsp;
- uint64_t value= 0xdeadbeefdeadcafe;
+ uint64_t value= 0xdeadbeefdeadcafeULL;
storage_command(&cmd, cc, key, strlen(key), &value, sizeof (value), 0, 0);
/* set should always work */
{
command cmd;
response rsp;
- uint64_t value= 0xdeadbeefdeadcafe;
+ uint64_t value= 0xdeadbeefdeadcafeULL;
storage_command(&cmd, cc, key, strlen(key), &value, sizeof (value), 0, 0);
/* first add should work, rest of them should fail (even with cas
{
command cmd;
response rsp;
- uint64_t value= 0xdeadbeefdeadcafe;
+ uint64_t value= 0xdeadbeefdeadcafeULL;
storage_command(&cmd, cc, key, strlen(key), &value, sizeof (value), 0, 0);
/* first replace should fail, successive should succeed (when the