Change soft-fail to use the config, rather than env
[rbx.git] / shotgun / lib / message.h
blob48cb0015c946a73d57c37421d889da9dfca30e87
1 /* Used by the message lookup logic. The requester fills in the
2 * top fields with what they want, and the bottom fields are filled
3 * in by the lookup machinery */
4 struct message {
5 STATE;
6 cpu c;
7 OBJECT name;
8 OBJECT recv;
9 OBJECT klass;
10 OBJECT block;
11 int args;
12 int priv;
13 OBJECT send_site;
15 OBJECT module;
16 OBJECT method;
17 int missing;