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:
parent
391d6f0345
commit
208beb0934
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue