* Add client type caching code, so we can behave in a customized manner if necessary for certain clients.

This commit is contained in:
Justin Maggard
2009-05-01 00:01:03 +00:00
parent a67c054ef7
commit 76ab570ed1
7 changed files with 83 additions and 10 deletions

View File

@ -22,7 +22,7 @@ struct Response
int requested;
int size;
u_int32_t filter;
enum clientType client;
enum client_types client;
};
/* ExecuteSoapAction():