executed_ops      874 lib/services/services.c     GList *executed_ops = NULL;
executed_ops      893 lib/services/services.c         executed_ops = g_list_append(executed_ops, op);
executed_ops      903 lib/services/services.c     for (gIter = executed_ops; gIter != NULL; gIter = gIter->next) {
executed_ops      907 lib/services/services.c     g_list_free(executed_ops);