1. drmaa2_notification_free(3)
  2. DRMAA2
  3. drmaa2_notification_free(3)

NAME

drmaa2_notification_free - drmaa2_notification_free, Frees a notification object.

SYNOPSIS

#include "drmaa2.h"

typedef struct { drmaa2_event event; drmaa2_string jobId; drmaa2_string sessionName; drmaa2_jstate jobState; } drmaa2_notification_s;

typedef drmaa2_notification_s * drmaa2_notification;

typedef void (drmaa2_callback)(drmaa2_notification notification);

void drmaa2_notification_free(drmaa2_notification *notification)

DESCRIPTION

Frees the memory of a drmaa2_notification object and sets it to NULL.

SEE ALSO

drmaa2_notification_impl_spec(3)

AUTHOR

Copyright Univa Corporation 2013

  1. Univa Corporation
  2. October 2013
  3. drmaa2_notification_free(3)