query_classifier: implemented skygw_get_canonical which returns a copy of original string with given substrings being replaced with questionmarks.

skygw_utils.cc: added string replacement function for use of skygw_get_canonical
This commit is contained in:
VilhoRaatikka
2014-08-18 14:19:46 +03:00
parent 087c4720bb
commit 544e64a301
4 changed files with 114 additions and 2 deletions

View File

@ -191,5 +191,7 @@ int skygw_rwlock_unlock(skygw_rwlock_t* rwlock);
int skygw_rwlock_init(skygw_rwlock_t** rwlock);
int atomic_add(int *variable, int value);
char* replace_str(const char* str, const char* old, const char* replacement);
#endif /* SKYGW_UTILS_H */