]> git.tdb.fi Git - ext/subsurface.git/commit
Remember the event names as we encounter them
authorDirk Hohndel <dirk@hohndel.org>
Tue, 25 Oct 2011 07:29:19 +0000 (00:29 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 25 Oct 2011 08:05:08 +0000 (01:05 -0700)
commit5ca49b0460f36ac969b7ef388f586782d584b36d
treea5f78fbfd004d9823680a752adb32c84799f6b00
parentc4691306c40dedc61110174dde15310c359abb6a
Remember the event names as we encounter them

First step to being able to filter the events that we display in the
profile. We could (in theory) walk all the dives in the divelist when we
need this data, but it seems much more convenient to have them in an array
in one place.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
dive.c
dive.h
profile.c