lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 30 Nov 2018 22:00:02 +0000 (17:00 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit5bb956fb21656a273b9c1d325c382378c66d5515
tree1581bc52cfe63796754a09a94f2e2039d6de9757
parent5fd91d88a3a9e824d4c156c0c1c1b61ef7fecd68
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.023896 seconds and 4 git commands to generate.