My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dfg_dependency Struct Reference

MSUs which must be present for another MSU to be cloned. More...

#include <dfg.h>

Public Attributes

struct dfg_msu_typetype
 The MSU type which must be present. More...
 
enum msu_locality locality
 Whether it must be present on the same machine. More...
 

Detailed Description

MSUs which must be present for another MSU to be cloned.

Definition at line 203 of file dfg.h.

Member Data Documentation

enum msu_locality dfg_dependency::locality

Whether it must be present on the same machine.

Definition at line 205 of file dfg.h.

struct dfg_msu_type* dfg_dependency::type

The MSU type which must be present.

Definition at line 204 of file dfg.h.


The documentation for this struct was generated from the following file: