summaryrefslogtreecommitdiff
path: root/mac/sar/sar_mfs_expiration_cb.h
blob: d1516ba90abc27cf6275218a0bd654e61cb87e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef MAC_SAR_SAR_MFS_EXPIRATION_CB_H_
#define MAC_SAR_SAR_MFS_EXPIRATION_CB_H_

/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    sar_mfs_expiration_cb.h
 * \brief   sar expiration callback
 * \ingroup mac/sar/
 * 
 */ 

#include "mac/common/mfs.h"

/** Call back to prevent the upper layers when a MFS had expired 
 * Only used when it is a not PLID MFS */
typedef void (*sar_mfs_expired_cb_t) (void *user, mfs_t *mfs);

#endif /*MAC_SAR_SAR_MFS_EXPIRATION_CB_H_*/