monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing something


From: rory
Subject: missing something
Date: Thu, 16 Sep 2010 12:47:47 -0700
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3

It's been awhile since I've done the yacc thing in monit, and I can't figure out why I'm getting a syntax error after adding a directive.

I've added to p.y

a "WAITDATE" token

under statement, I've added " | setwaitdate

and the setwaitdate itself

setwaitdate : SET WAITDATE NUMBER {
    Run.waitdate = $3;
}

I've also declared my "waitdate" in monitor.h

However, I'm still getting a syntax error and I'm not sure why. What am I missing?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]