|
Lines 15-20
Link Here
|
| 15 |
#ifdef GAMIN_DEBUG_API |
15 |
#ifdef GAMIN_DEBUG_API |
| 16 |
#include "gam_debugging.h" |
16 |
#include "gam_debugging.h" |
| 17 |
#endif |
17 |
#endif |
|
|
18 |
#ifdef ENABLE_INOTIFY |
| 19 |
#include "gam_inotify.h" |
| 20 |
#endif |
| 18 |
#include "fam.h" |
21 |
#include "fam.h" |
| 19 |
|
22 |
|
| 20 |
/************************************************************************ |
23 |
/************************************************************************ |
|
Lines 383-388
Link Here
|
| 383 |
|
386 |
|
| 384 |
gam_listener_remove_subscription(conn->listener, sub); |
387 |
gam_listener_remove_subscription(conn->listener, sub); |
| 385 |
gam_remove_subscription(sub); |
388 |
gam_remove_subscription(sub); |
|
|
389 |
#ifdef ENABLE_INOTIFY |
| 390 |
if ((gam_inotify_is_running()) && (!gam_exclude_check(path))) |
| 391 |
gam_subscription_free(sub); |
| 392 |
#endif |
| 386 |
|
393 |
|
| 387 |
if (gam_send_ack(conn, req->seq, path, pathlen) < 0) { |
394 |
if (gam_send_ack(conn, req->seq, path, pathlen) < 0) { |
| 388 |
GAM_DEBUG(DEBUG_INFO, "Failed to send cancel ack to PID %d\n", |
395 |
GAM_DEBUG(DEBUG_INFO, "Failed to send cancel ack to PID %d\n", |