From 6ad8e1931d2df52ff173e4b83a5c3c0e1812b931 Mon Sep 17 00:00:00 2001 From: tick Date: Tue, 20 Nov 2007 04:17:35 +0000 Subject: [gsmd] Adding atcmd_terminate_matching (remove from the queues any command whose .ctx matches given)(Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3447 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/gsmd/atcmd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/gsmd') diff --git a/include/gsmd/atcmd.h b/include/gsmd/atcmd.h index e328934..60bca8e 100644 --- a/include/gsmd/atcmd.h +++ b/include/gsmd/atcmd.h @@ -13,8 +13,9 @@ extern int atcmd_submit(struct gsmd *g, struct gsmd_atcmd *cmd); extern int cancel_atcmd(struct gsmd *g, struct gsmd_atcmd *cmd); extern int atcmd_init(struct gsmd *g, int sockfd); extern void atcmd_drain(int fd); +extern int atcmd_terminate_matching(struct gsmd *g, void *ctx); extern void atcmd_wake_pending_queue (struct gsmd *g); -extern void atcmd_wait_pending_queue (struct gsmd *g); +extern void atcmd_wait_pending_queue (struct gsmd *g); #endif /* __GSMD__ */ -- cgit v1.2.3