IP_TaskUnintern

IP_TaskUnintern — removes a task from a process's task cache.

Syntax

#include <cogent.h>

IP_Task* IP_TaskUnintern(IP_Task* task);

Arguments

task

A pointer to a task to be removed from cache.

Returns

Returns task on success, or NULL if task is not in the cache.

Description

This function removes the task from the task cache. The match is done as a pointer comparison, so the task must be the exact task that is currently in the cache.

See Also

Task Structure Caching, IP_TaskIntern