diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-22 20:12:50 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-22 20:12:50 +0000 |
commit | 47627be8e85b2169ab3d9f34b8819cacb083b5bf (patch) | |
tree | d1a321b51c602f09039472918bb27618749ac461 /default.bld | |
parent | 88004d87d513dcba767b1dae1e5199a89b22ce36 (diff) | |
download | libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.tar.gz libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.tar.bz2 libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.tar.xz libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.zip |
Bu::Conduit now works exactly as it was advertised some time ago, it uses
Bu::QueueBuf and creates a really slick blocking inter-thread I/O system.
Diffstat (limited to '')
-rw-r--r-- | default.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld index c5f4310..aa7f4cb 100644 --- a/default.bld +++ b/default.bld | |||
@@ -119,7 +119,7 @@ target ["tests/bzip2", "tests/streamstack"] | |||
119 | } | 119 | } |
120 | 120 | ||
121 | target ["tests/itoserver", "tests/socketblock", "tests/itoheap", | 121 | target ["tests/itoserver", "tests/socketblock", "tests/itoheap", |
122 | "tests/itoqueue1", "tests/itoqueue2"] | 122 | "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"] |
123 | { | 123 | { |
124 | LDFLAGS += "-lpthread"; | 124 | LDFLAGS += "-lpthread"; |
125 | } | 125 | } |