#ifndef MAC_SAR_SAR_MFS_EXPIRATION_CB_H_ #define MAC_SAR_SAR_MFS_EXPIRATION_CB_H_ /* Cesar project {{{ * * Copyright (C) 2007 Spidcom * * <<>> * * }}} */ /** * \file mac/sar/sar_mfs_expiration_cb.h * \brief sar expiration callback * \ingroup mac_sar * */ #include "mac/common/mfs.h" /** * Callback prototype used to inform the upper layers on MFS expiration. * \param user the user data provided on the callback initialisation. * \param mfs the MFS which had expired. */ typedef void (*sar_mfs_expired_cb_t) (void *user, mfs_t *mfs); #endif /*MAC_SAR_SAR_MFS_EXPIRATION_CB_H_*/