1. When nodes array is NULL, move_pages doesn't move any pages, instead will return the node where each page currently resides by status array. 2. Check whether all specified node is online or not. Change-Id: Ie3534997833d797e2a9f595d1107b07d46e1c6cf Refs: #1523
12 lines
101 B
Makefile
12 lines
101 B
Makefile
CFLAGS=-g
|
|
LDFLAGS=
|
|
|
|
TARGET=
|
|
|
|
all: $(TARGET)
|
|
|
|
test: all
|
|
./C1523.sh
|
|
clean:
|
|
rm -f $(TARGET) *.o *.txt
|