summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/notices.inc
Commit message (Collapse)AuthorAgeFilesLines
* Handle multiple notices in the same secondPhil Davis2015-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | The notices are currently keyed by the Unix time stamp second. If file_notice() is called more than once in the same second, then the previous notice is overwritten. Only the last notice in any second actually ends up in /tmp/notices and thus on the webGUI flashing display. The $queuekey value seems to be used to work out the actual time of the event for display, so it is a bit tricky to change that to a finer-grained key - callers of these functions are expecting an array key that is the Unix time in seconds, so all calls to this stuff would have to be examined and adjusted... The workaround here is to increment the key if the existing key is already in use. This allows all notices in the same second to be saved, but the time of each one will be an incrementing seconds counter, even though the events all happened in the same second. Maybe that is a reasonable/practical workaround for now? Given that there should not be too many notices filed at the same second. This is a resubmit of PR #1782 integrated with the current master.
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+453
OpenPOWER on IntegriCloud