Add message queue facilities. Each IsoImage will have its own msg queue.

This commit is contained in:
Vreixo Formoso
2007-12-02 20:11:44 +01:00
parent d916b60172
commit 0ba8a7a85e
8 changed files with 1152 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ struct Iso_Image {
char *copyright_file_id;
char *abstract_file_id;
char *biblio_file_id;
/* message messenger for the image */
struct libiso_msgs *messenger;
};