comparison extensions/dbg_interactive/messages.i @ 1212:c38bb8b69c43

Fix message rtd handling for extensions based on this data
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 17 Jun 2013 18:19:53 +0800
parents 1af09cc156d6
children
comparison
equal deleted inserted replaced
1211:98478a8aabb1 1212:c38bb8b69c43
339 } 339 }
340 return r; 340 return r;
341 } 341 }
342 void set_rtd(struct rt_data *DISOWN) { 342 void set_rtd(struct rt_data *DISOWN) {
343 struct rt_data * r = DISOWN; 343 struct rt_data * r = DISOWN;
344 int ret = fd_msg_rt_associate($self, &r); 344 int ret = fd_msg_rt_associate($self, r);
345 if (ret != 0) { 345 if (ret != 0) {
346 DI_ERROR(ret, NULL, NULL); 346 DI_ERROR(ret, NULL, NULL);
347 } 347 }
348 return; 348 return;
349 } 349 }
"Welcome to our mercurial repository"