修复了半自动测试系统读取文件过程中存在的系列问题
This commit is contained in:
@@ -4,4 +4,14 @@
|
||||
#include "controller.h"
|
||||
|
||||
bus_query_t *target_query = NULL;
|
||||
int chosen_strategy = -1;
|
||||
int chosen_strategy = -1;
|
||||
|
||||
int FCFSDirection()
|
||||
{
|
||||
return BUS_STOP;
|
||||
}
|
||||
|
||||
bus_query_t *FCFSQuery()
|
||||
{
|
||||
return NULL;
|
||||
}
|
Reference in New Issue
Block a user