author | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Sep 2014 10:14:48 +0000 (12:14 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Sep 2014 10:14:48 +0000 (12:14 +0200) | ||
commit | ee8df3b190c2eb49e460dcf03f81288a5d825c39 | |
tree | 06344fc661fbc783ef4a95fbb408401929e78bfd | tree | snapshot |
parent | 210fe5d90e273805bdf764adc6167cdbf17c82b5 | commit | diff |
frontend, proto: Include the response data type in query replies.
For that purpose, use the newly added CONNECTION_DATA status instead of
CONNECTION_OK for query replies and include the data type as the first field
in the message body. The type is the same as the respective command type.
For that purpose, use the newly added CONNECTION_DATA status instead of
CONNECTION_OK for query replies and include the data type as the first field
in the message body. The type is the same as the respective command type.
src/frontend/query.c | diff | blob | history | |
src/include/frontend/proto.h | diff | blob | history | |
src/tools/sysdb/command.c | diff | blob | history | |
src/tools/sysdb/main.c | diff | blob | history |