libfast: add a fast_ prefix to all classes, avoiding namespace clashes

This commit is contained in:
Martin Willi
2013-07-18 12:24:38 +02:00
parent 569d114de8
commit 890f20989f
34 changed files with 372 additions and 369 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
#include "storage.h"
#include "gateway.h"
#include <context.h>
#include <fast_context.h>
typedef struct manager_t manager_t;
@@ -41,7 +41,7 @@ struct manager_t {
/**
* implements context_t interface
*/
context_t context;
fast_context_t context;
/**
* Create an enumerator over all configured gateways.