#ifndef MAC_SAR_SAR_MFS_EXPIRATION_CB_H_ #define MAC_SAR_SAR_MFS_EXPIRATION_CB_H_ /* Cesar project {{{ * * Copyright (C) 2007 Spidcom * * <<>> * * }}} */ /** * \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_*/