Changeset cd10c8e89b53a032433fcfee25c5a896b6ae77f8
- Timestamp:
- 07/06/11 22:51:07
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1309992667 -0400
- git-parent:
[17461d6890a91ab2aeb309939b348456f8f53fbe]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1309992667 -0400
- Message:
make B -> B1, so we have a version for bundled data
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r17461d6 |
rcd10c8e |
|
| 62 | 62 | * |
|---|
| 63 | 63 | * BUNDLE |
|---|
| 64 | | * 'B' TIMESTAMP UUID TARGET MODULE NAME strlen(base64(gzipped(payload))) base64(gzipped(payload)) |
|---|
| | 64 | * 'B1' TIMESTAMP UUID TARGET MODULE NAME strlen(base64(gzipped(payload))) base64(gzipped(payload)) |
|---|
| 65 | 65 | * |
|---|
| 66 | 66 | */ |
|---|
| … | … | |
| 419 | 419 | _noit_check_compress_b64(buf, size, &out_buf, &out_size); |
|---|
| 420 | 420 | noit_log(ls, &(c->whence), __FILE__, __LINE__, |
|---|
| 421 | | "B\t%lu.%03lu\t%s\t%s\t%s\t%s\t%.*s\n", SECPART(&(c->whence)), MSECPART(&(c->whence)), |
|---|
| | 421 | "B1\t%lu.%03lu\t%s\t%s\t%s\t%s\t%.*s\n", SECPART(&(c->whence)), MSECPART(&(c->whence)), |
|---|
| 422 | 422 | uuid_str, check->name, check->module, check->target, |
|---|
| 423 | 423 | (unsigned int)out_size, out_buf); |
|---|