Rename: field type -> field class
[babeltrace.git] / plugins / ctf / common / metadata / scanner.h
index a0b87158e25c502841bbe073ccb3c3be10be1ff0..34d6c462d587b994d26cc6645c011058d23f97b3 100644 (file)
@@ -28,7 +28,7 @@ typedef void* yyscan_t;
 struct ctf_scanner_scope;
 struct ctf_scanner_scope {
        struct ctf_scanner_scope *parent;
-       GHashTable *types;
+       GHashTable *classes;
 };
 
 struct ctf_scanner {
This page took 0.022925 seconds and 4 git commands to generate.