Files
scylladb/net
Avi Kivity 133d39131c net: fix const correctness for byte-order functions
The byte-order functions were changed not to do in-place conversions,
but they still accept non-const inputs, although they do not modify them.
This can make them harder to use in some cases.

Fix by marking the inputs const.
2014-12-23 17:48:16 +02:00
..
2014-11-06 10:30:30 +02:00
2014-12-16 10:53:41 +02:00
2014-11-10 10:17:49 +02:00
2014-12-03 17:47:30 +08:00
2014-12-09 09:59:43 +02:00
2014-12-16 10:53:41 +02:00
2014-12-16 10:53:41 +02:00
2014-12-16 10:53:41 +02:00
2014-12-16 14:55:02 +02:00