VPPers,

As a general rule, do you guys prefer to use:

    1) An integer (i32) and -1 as a flag case,
or
    2) An unsigned integer (u32) and ~0 as the flag case?

If it matters, this is for an API value.

Thanks,
jdl
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to