Changeset 3d7f1db296e64b5317f2c362bd9c015e97508bce
- Timestamp:
- 09/18/09 03:19:22
(9 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1253243962 +0000
- git-parent:
[d66116670bd99408b6515f958f4a097185bc8518]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1253243962 +0000
- Message:
Argh, get it right.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r48e115a |
r3d7f1db |
|
371 | 371 | memcpy(completion_e, e, sizeof(*e)); |
---|
372 | 372 | completion_e->mask = EVENTER_READ | EVENTER_WRITE | EVENTER_EXCEPTION; |
---|
373 | | ctx->state = JLOG_STREAMER_WANT_CHKPT; |
---|
| 373 | ctx->state = JLOG_STREAMER_IS_ASYNC; |
---|
374 | 374 | ctx->push(DS_OP_CHKPT, &nctx->r.remote, completion_e); |
---|
375 | 375 | noitL(noit_debug, "Pushing batch asynch...\n"); |
---|