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>
Fri, 12 Apr 2019 21:25:49 +0000 (17:25 -0400)
commit2e9b5b73b1872bd07763e7fad869d27b124f9c62
tree4e7707faddc8436d857c3466e28e7dc0dbeee736
parentca723edfcc53bc39e0cde9fb57e567d36fbe84d1
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.031255 seconds and 5 git commands to generate.