lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 30 Nov 2018 22:00:02 +0000 (17:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:36 +0000 (18:19 -0400)
commite72dc5b6ed3ff9c72f703d9eecab81063acdb20c
treedf432a5c2320dc257f852ccf2d28e0616238b03a
parenta9de0e7a5177e90b7b033ab8a9783001260889da
lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}

`BT_NOTIFICATION_TYPE_UNKNOWN` is not needed because we never return it.
`BT_NOTIFICATION_TYPE_NR` is an implementation detail, so we use the
last value instead.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/graph/notification-internal.h
include/babeltrace/graph/notification.h
lib/graph/notification/notification.c
This page took 0.024676 seconds and 4 git commands to generate.