root/src/noit_jlog_listener.h
| Revision 06f58e662d9dcb103af43ff53f3bd7e72248cea4, 380 bytes (checked in by Theo Schlossnagle <jesus@omniti.com>, 5 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Copyright (c) 2007, OmniTI Computer Consulting, Inc. |
| 3 | * All rights reserved. |
| 4 | */ |
| 5 | |
| 6 | #ifndef _NOIT_JLOG_LISTENER_H |
| 7 | #define _NOIT_JLOG_LISTENER_H |
| 8 | |
| 9 | #include "noit_defines.h" |
| 10 | #include "eventer/eventer.h" |
| 11 | |
| 12 | API_EXPORT(void) |
| 13 | noit_jlog_listener_init(void); |
| 14 | |
| 15 | API_EXPORT(int) |
| 16 | noit_jlog_handler(eventer_t e, int mask, void *closure, |
| 17 | struct timeval *now); |
| 18 | |
| 19 | #endif |
Note: See TracBrowser for help on using the browser.
