Updated to latest memcached
[awesomized/libmemcached] / tests / parser.cc
index 740a9c19ade36f91e29143b67064aeeee3766747..220d9ef5d8322bdfa37096d2fb7f1cc713416bde 100644 (file)
@@ -124,8 +124,8 @@ collection_st collection[] ={
   {0, 0, 0, 0}
 };
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
-  world->collections= collection;
+  world->collections(collection);
 }