lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 30 Nov 2018 22:00:02 +0000 (17:00 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:17 +0000 (00:09 -0400)
commit56a092f550dc7a9b6de7fd8ecf0fff30825a2177
tree1581bc52cfe63796754a09a94f2e2039d6de9757
parentbadaa238300c1b7e12e83069c2b3a1b0b6269498
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.036613 seconds and 5 git commands to generate.