channels: stderr channel

This commit is contained in:
Björn Linse
2017-06-09 08:40:24 +02:00
parent 90e5cc5484
commit 5af4703177
7 changed files with 120 additions and 56 deletions

View File

@@ -1199,10 +1199,6 @@ EXTERN bool embedded_mode INIT(= false);
// or read/write to stdio (unless embedding)
EXTERN bool headless_mode INIT(= false);
/// next free id for a job or rpc channel
/// 1 is reserved for stdio channel
EXTERN uint64_t next_chan_id INIT(= 2);
/// Used to track the status of external functions.
/// Currently only used for iconv().
typedef enum {