X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=41317d7fdd3a162ee1ea9646e542ef9c753b0078;hb=e0165c033349179841bd1658f4068a9e4c075f66;hp=6d311ead55efdb9cb6f75c794b7b77ecc708ad8e;hpb=c87f1a554cce74ac1ba3d4e7e9c2a1d2904e4766;p=awesomized%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index 6d311ead..41317d7f 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -1,8 +1,8 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * - * libtest * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Data Differential YATL (i.e. libtest) library + * + * Copyright (C) 2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -36,8 +36,10 @@ #pragma once +namespace libtest { struct Server; } + namespace libtest { -Server *build_gearmand(const char *hostname, in_port_t try_port); +libtest::Server *build_gearmand(const char *hostname, in_port_t try_port, const char* binary= NULL); }