Displaying 1 result from an estimated 1 matches for "b76f502".
Did you mean:
b76ef52
2009 Aug 14
1
Code snippet to work out which RStruct/RStructList structs are used and how
...:54:55 +0100
Subject: [PATCH] Work out which RStruct/RStructList structs are really used, and how.
---
src/generator.ml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/src/generator.ml b/src/generator.ml
index b8f9ace..b76f502 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -3645,6 +3645,64 @@ let java_structs = [
"inotify_event", "INotifyEvent";
]
+(* What structs are actually returned. *)
+type rstructs_used_t = RStructOnly | RStructListOnly | RStructAndList
+
+(* Returns a list of RSt...