|
|
| version 1.16, 2013/05/30 09:22:02 | version 1.16.2.4, 2013/07/15 15:10:38 |
|---|---|
| Line 628 rxBLOB(sched_task_t *task) | Line 628 rxBLOB(sched_task_t *task) |
| } | } |
| break; | break; |
| case set: | case set: |
| if ((b = rpc_srv_registerBLOB(s, ntohl(blob.hdr_len)))) { | if ((b = rpc_srv_registerBLOB(s, ntohl(blob.hdr_len), |
| ntohl(blob.hdr_ret), c))) { | |
| /* set new BLOB variable for reply :) */ | /* set new BLOB variable for reply :) */ |
| blob.hdr_var = htonl(b->blob_var); | blob.hdr_var = htonl(b->blob_var); |