File diff r20822:d79fe5a83961 → r20823:b0feed2e317c
src/linkgraph/linkgraphschedule.h
Show inline comments
 
@@ -59,12 +59,13 @@ public:
 
	static void Run(void *j);
 
	static void Clear();
 

	
 
	void SpawnNext();
 
	void JoinNext();
 
	void SpawnAll();
 
	void ShiftDates(int interval);
 

	
 
	/**
 
	 * Queue a link graph for execution.
 
	 * @param lg Link graph to be queued.
 
	 */
 
	void Queue(LinkGraph *lg)