git-svn-id: http://svn.openzap.org/svn/openzap/trunk@28 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2007-05-18 14:08:30 +00:00
parent eb0262ddc0
commit 084d5f4a5b
3 changed files with 33 additions and 15 deletions

View File

@@ -200,6 +200,7 @@ struct zap_channel {
zap_chan_type_t type;
zap_socket_t sockfd;
zap_channel_flag_t flags;
char last_error[256];
void *mod_data;
struct zap_software_interface *zint;
};