Revision aed3d11d qerror.h

b/qerror.h
248 248
#define QERR_VNC_SERVER_FAILED \
249 249
    "{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"
250 250

  
251
#define QERR_SOCKET_CONNECT_IN_PROGRESS \
252
    "{ 'class': 'SockConnectInprogress', 'data': {} }"
253

  
254
#define QERR_SOCKET_CONNECT_FAILED \
255
    "{ 'class': 'SockConnectFailed', 'data': {} }"
256

  
257
#define QERR_SOCKET_LISTEN_FAILED \
258
    "{ 'class': 'SockListenFailed', 'data': {} }"
259

  
260
#define QERR_SOCKET_BIND_FAILED \
261
    "{ 'class': 'SockBindFailed', 'data': {} }"
262

  
263
#define QERR_SOCKET_CREATE_FAILED \
264
    "{ 'class': 'SockCreateFailed', 'data': {} }"
265

  
251 266
#endif /* QERROR_H */

Also available in: Unified diff