Changeset 1a07d8a36938e3fe7306909982a2d3bdb372d002
- Timestamp:
- 01/04/12 21:48:53
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1325713733 -0500
- git-parent:
[ab62dcbdd6373adaac0971cc07962c6387ff3efe]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1325713733 -0500
- Message:
fix comment to reflect code
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rab62dcb |
r1a07d8a |
|
| 55 | 55 | #include "eventer/eventer.h" |
|---|
| 56 | 56 | |
|---|
| 57 | | /* 10 ms slots over 60 second for distribution */ |
|---|
| | 57 | /* 20 ms slots over 60 second for distribution */ |
|---|
| 58 | 58 | #define SCHEDULE_GRANULARITY 20 |
|---|
| 59 | 59 | #define MAX_MODULE_REGISTRATIONS 64 |
|---|