Added enum for frame type, though not currently used.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1994 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-05-25 14:02:38 +00:00
parent 391d6f0345
commit 208beb0934
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ protected:
static int sd; static int sd;
protected: protected:
typedef enum { NORMAL, BULK, ALARM } FrameType;
struct PreAlarmData struct PreAlarmData
{ {
Image *image; Image *image;