Use the dynamic buffer to serialize notification objects
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 21 Aug 2018 20:56:19 +0000 (16:56 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 Aug 2018 20:26:00 +0000 (16:26 -0400)
The objects of the notification/trigger APIs are currently
serialized by calling their serialization functions with a NULL
buffer, returning the expected size, and then calling the
serialization function with a sufficiently-large buffer.

This code predates the dynamic buffer utility which can now be
used to perform serialization operations in one pass.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.029749 seconds and 5 git commands to generate.