• Lucas Russo's avatar
    src/*/libbpmclient/src/*: fix request message wrong field size · 49dd6b08
    Lucas Russo authored
    On sending the message, the second parameter is not used, but as
    we use the same message structure for read/write messages, the
    server will still check for strict consistency of arguments.
    Thus, for functions that expect a double argument, enconding a
    uint32_t will result in an error.
    
    The fix is simple, however. We just need to use the passed parameter
    size to the message.
    49dd6b08
Name
Last commit
Last update
cfg Loading commit data...
examples Loading commit data...
foreign Loading commit data...
include Loading commit data...
kernel/pcie-driver Loading commit data...
scripts Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
.ycm_extra_conf.py Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
ci_build.sh Loading commit data...
compile.sh Loading commit data...
run_valgrind.sh Loading commit data...
valgrind.supp Loading commit data...
version.sh Loading commit data...