diff options
author | Paul Selkirk <paul@psgd.org> | 2016-02-25 17:27:33 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-02-25 17:27:33 -0500 |
commit | cef7ba6f7024a2c3a53760be8c5fc4f937e8efb5 (patch) | |
tree | 76ffb7c2ab731674f78871c8e2c5a096f9cc4f37 /hal.h | |
parent | a88a8695d30faeac3186ec88278fd075d85315d9 (diff) |
RPC over loopback socket, just to work out the mechanics for serialization and dispatch.
Diffstat (limited to 'hal.h')
-rw-r--r-- | hal.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ DEFINE_HAL_ERROR(HAL_ERROR_PIN_INCORRECT, "PIN incorrect") \ DEFINE_HAL_ERROR(HAL_ERROR_NO_CLIENT_SLOTS_AVAILABLE, "No client slots available") \ DEFINE_HAL_ERROR(HAL_ERROR_FORBIDDEN, "Forbidden") \ + DEFINE_HAL_ERROR(HAL_ERROR_RPC_TRANSPORT, "RPC transport error") \ END_OF_HAL_ERROR_LIST /* Marker to forestall silly line continuation errors */ |