Changeset 5705
It doesn't matter what the byte is that we write to the alert pipe
Comitted by:
mjagdis
Date:
Jun 04 2010 * 23:10 (about 1 year ago)
Affected files:
callweaver/trunk/corelib/channel.c (unified diff)
| r5682 | r5705 | |
|---|---|---|
| 806 | 806 | |
| 807 | 807 | if (chan->alertpipe[1] > -1) |
| 808 | 808 | { |
| 809 | char blah; | |
| 810 | if (write(chan->alertpipe[1], &blah, sizeof(blah)) != sizeof(blah)) | |
| 809 | if (write(chan->alertpipe[1], &chan, 1) != 1) | |
| 811 | 810 | cw_log(CW_LOG_WARNING, |
| 812 | 811 | "Unable to write to alert pipe on %s, frametype/subclass %d/%d (qlen = %d): %s!\n", |
| 813 | 812 | chan->name, |
![Home changeset 5705 [home]](/images/logo.png?1180520111)

RSS Feeds